C# 클래스 ThinksyQuestionDisplay, thinksy_unity_plugin

상속: MonoBehaviour
파일 보기 프로젝트 열기: senseix/thinksy_unity_plugin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
imagesPerRow int
questionImagePrefab GameObject
questionParent Transform
questionTextPrefab GameObject

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ClearRichTextAreas ( ) : void
InstanceDisplayCurrentQuestion ( ) : void
InvokeCategoryAdvancementIfNeeded ( Problem, problemToDisplay ) : void
PopulateRichTextAreas ( Problem, problemToDisplay ) : void
PositionRectTransform ( RectTransform positionMe, float minX, float minY, float maxX, float maxY ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

DisplayCurrentQuestion() 공개 정적인 메소드

Displays ThinksyPlugin.GetMostRecentProblem() on ALL Question displays.
public static DisplayCurrentQuestion ( ) : void
리턴 void

DisplayProblem() 공개 메소드

Displays the problem on this question display only.
public DisplayProblem ( Problem, problemToDisplay ) : void
problemToDisplay Problem, Problem to display.
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

imagesPerRow 공개적으로 프로퍼티

public int imagesPerRow
리턴 int

questionImagePrefab 공개적으로 프로퍼티

public GameObject questionImagePrefab
리턴 GameObject

questionParent 공개적으로 프로퍼티

public Transform questionParent
리턴 Transform

questionTextPrefab 공개적으로 프로퍼티

public GameObject questionTextPrefab
리턴 GameObject