Class
NovelData.NodeData
Inheritance
System.Object
NovelData.NodeData
Assembly: rirunee.NovelEditor.Runtime.dll
Syntax
[Serializable]
public abstract class NodeData
Fields
nodeName
Declaration
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です |