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
Afficher le fichier Open project: inkle/ink Class Usage Examples

Private Properties

Свойство Type Description
ChoicePoint System.ComponentModel

Méthodes publiques

Méthode Description
ChoicePoint ( ) : System.ComponentModel
ToString ( ) : string

Private Methods

Méthode Description
ChoicePoint ( bool onceOnly ) : System.ComponentModel

Method Details

ChoicePoint() public méthode

public ChoicePoint ( ) : System.ComponentModel
Résultat System.ComponentModel

ToString() public méthode

public ToString ( ) : string
Résultat string