Свойство | Type | Description | |
---|---|---|---|
imagesPerRow | int | ||
questionImagePrefab | GameObject | ||
questionParent | Transform | ||
questionTextPrefab | GameObject |
Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
DisplayCurrentQuestion ( ) : void |
Displays ThinksyPlugin.GetMostRecentProblem() on ALL Question displays.
|
|
DisplayProblem ( Problem, problemToDisplay ) : void |
Displays the problem on this question display only.
|
|
Start ( ) : void |
Méthode | Description | |
---|---|---|
ClearRichTextAreas ( ) : void | ||
InstanceDisplayCurrentQuestion ( ) : void | ||
InvokeCategoryAdvancementIfNeeded ( Problem, problemToDisplay ) : void | ||
PopulateRichTextAreas ( Problem, problemToDisplay ) : void | ||
PositionRectTransform ( |
public static DisplayCurrentQuestion ( ) : void | ||
Résultat | void |
public DisplayProblem ( Problem, problemToDisplay ) : void | ||
problemToDisplay | Problem, | Problem to display. |
Résultat | void |