Class Question
The abstract class for questions to share the same UI functions.
Inheritance
System.Object
Question
Namespace: UI
Assembly: Assembly-CSharp.dll
Syntax
public abstract class Question
Fields
| Improve this Doc View SourcequestionText
Every question needs a questionText.
Declaration
public string questionText
Field Value
Type | Description |
---|---|
System.String |