Class NovelData.ChoiceData
選択肢のデータです
Inherited Members
Namespace: NovelEditor
Assembly: rirunee.NovelEditor.Runtime.dll
Syntax
[Serializable]
public class ChoiceData : NovelData.NodeData
Fields
text
Declaration
public string text
Field Value
Type | Description |
---|---|
System.String | 選択肢のボタンに表示されるテキスト |