Show / Hide Table of Contents

Class NovelData.ParagraphData

会話ノードのデータです

Inheritance
System.Object
NovelData.NodeData
NovelData.ParagraphData
Inherited Members
NovelData.NodeData.nodeName
NovelData.NodeData.isActive
NovelData.NodeData.index
NovelData.NodeData.nextParagraphIndex
Namespace: NovelEditor
Assembly: rirunee.NovelEditor.Runtime.dll
Syntax
[Serializable]
public class ParagraphData : NovelData.NodeData

Properties

dialogueList

Declaration
public List<NovelData.ParagraphData.Dialogue> dialogueList { get; }
Property Value
Type Description
System.Collections.Generic.List<NovelData.ParagraphData.Dialogue> セリフのリスト

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のインデックスです
In This Article
Back to top Generated by DocFX