C# Class Ink.Runtime.ChoicePoint

The ChoicePoint represents the point within the Story where a Choice instance gets generated. The distinction is made because the text of the Choice can be dynamically generated.
Inheritance: Runtime.Object
Mostrar archivo Open project: inkle/ink Class Usage Examples

Private Properties

Property Type Description
ChoicePoint System.ComponentModel

Public Methods

Method Description
ChoicePoint ( ) : System.ComponentModel
ToString ( ) : string

Private Methods

Method Description
ChoicePoint ( bool onceOnly ) : System.ComponentModel

Method Details

ChoicePoint() public method

public ChoicePoint ( ) : System.ComponentModel
return System.ComponentModel

ToString() public method

public ToString ( ) : string
return string