C# Class ThinksyQuestionDisplay, thinksy_unity_plugin

Inheritance: MonoBehaviour
Afficher le fichier Open project: senseix/thinksy_unity_plugin Class Usage Examples

Méthodes publiques

Свойство Type Description
imagesPerRow int
questionImagePrefab GameObject
questionParent Transform
questionTextPrefab GameObject

Méthodes publiques

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

Private Methods

Méthode Description
ClearRichTextAreas ( ) : void
InstanceDisplayCurrentQuestion ( ) : void
InvokeCategoryAdvancementIfNeeded ( Problem, problemToDisplay ) : void
PopulateRichTextAreas ( Problem, problemToDisplay ) : void
PositionRectTransform ( RectTransform positionMe, float minX, float minY, float maxX, float maxY ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

DisplayCurrentQuestion() public static méthode

Displays ThinksyPlugin.GetMostRecentProblem() on ALL Question displays.
public static DisplayCurrentQuestion ( ) : void
Résultat void

DisplayProblem() public méthode

Displays the problem on this question display only.
public DisplayProblem ( Problem, problemToDisplay ) : void
problemToDisplay Problem, Problem to display.
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

imagesPerRow public_oe property

public int imagesPerRow
Résultat int

questionImagePrefab public_oe property

public GameObject questionImagePrefab
Résultat GameObject

questionParent public_oe property

public Transform questionParent
Résultat Transform

questionTextPrefab public_oe property

public GameObject questionTextPrefab
Résultat GameObject