C# Класс 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.
Наследование: Runtime.Object
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ChoicePoint System.ComponentModel

Открытые методы

Метод Описание
ChoicePoint ( ) : System.ComponentModel
ToString ( ) : string

Приватные методы

Метод Описание
ChoicePoint ( bool onceOnly ) : System.ComponentModel

Описание методов

ChoicePoint() публичный Метод

public ChoicePoint ( ) : System.ComponentModel
Результат System.ComponentModel

ToString() публичный Метод

public ToString ( ) : string
Результат string