C# 클래스 Senseix.StudentSelection

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: senseix/thinksy_unity_plugin

공개 프로퍼티들

프로퍼티 타입 설명
playerNameText UnityEngine.UI.Text

공개 메소드들

메소드 설명
GetCurrentPlayer ( ) : Senseix.Message.Player.Player
NextStudent ( ) : void
OnEnable ( ) : void
PreviousStudent ( ) : void
PullAvailablePlayers ( ) : void
SetStudent ( int studentIndex ) : void
Start ( ) : void
UpdateStudentSelection ( ) : void

비공개 메소드들

메소드 설명
SetFace ( ) : void
SetName ( ) : void

메소드 상세

GetCurrentPlayer() 공개 메소드

public GetCurrentPlayer ( ) : Senseix.Message.Player.Player
리턴 Senseix.Message.Player.Player

NextStudent() 공개 메소드

public NextStudent ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

PreviousStudent() 공개 메소드

public PreviousStudent ( ) : void
리턴 void

PullAvailablePlayers() 공개 메소드

public PullAvailablePlayers ( ) : void
리턴 void

SetStudent() 공개 메소드

public SetStudent ( int studentIndex ) : void
studentIndex int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

UpdateStudentSelection() 공개 정적인 메소드

public static UpdateStudentSelection ( ) : void
리턴 void

프로퍼티 상세

playerNameText 공개적으로 프로퍼티

public Text,UnityEngine.UI playerNameText
리턴 UnityEngine.UI.Text