Class NovelData.ParagraphData
Inheritance
System.Object
NovelData.ParagraphData
Assembly: rirunee.NovelEditor.Runtime.dll
Syntax
[Serializable]
public class ParagraphData : NovelData.NodeData
Properties
dialogueList
Declaration
public List<NovelData.ParagraphData.Dialogue> dialogueList { get; }
Property Value
next
Declaration
public Next next { get; }
Property Value
Type |
Description |
Next |
次に接続されているノードの種類 |
nextChoiceIndexes
Declaration
public List<int> nextChoiceIndexes { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
接続されている選択肢のインデックスのリスト。要素はNovelDataのChoiceListのインデックスです |