Show / Hide Table of Contents

Class NovelData.NodeData

ノードの基本データです

Inheritance
System.Object
NovelData.NodeData
NovelData.ChoiceData
NovelData.ParagraphData
Namespace: NovelEditor
Assembly: rirunee.NovelEditor.Runtime.dll
Syntax
[Serializable]
public abstract class NodeData

Fields

nodeName

Declaration
public string nodeName
Field Value
Type Description
System.String ユーザーがつけたノードの名前

Properties

index

Declaration
public int index { get; }
Property Value
Type Description
System.Int32 NovelDataのParagraphListあるいはChoiceListでのIndex

isActive

Declaration
public bool isActive { get; }
Property Value
Type Description
System.Boolean 現在グラフ内で使用されているノードかどうか

nextParagraphIndex

Declaration
public int nextParagraphIndex { get; }
Property Value
Type Description
System.Int32 次の会話ノードのIndex。NovelDataのParagraphListのIndexです
In This Article
Back to top Generated by DocFX