C# 클래스 GamePlayerPlate, TicTacToe

상속: MonoBehaviour
파일 보기 프로젝트 열기: SaladLab/TicTacToe

공개 프로퍼티들

프로퍼티 타입 설명
Grid UnityEngine.RectTransform
GridText Text
Name Text
Timer UnityEngine.RectTransform
TimerValue Text

공개 메소드들

메소드 설명
SetGrid ( int value ) : void
SetName ( string text ) : void
SetTimerOn ( bool visible, int initialValue ) : void
SetTurn ( bool turn ) : void
SetWin ( ) : void

메소드 상세

SetGrid() 공개 메소드

public SetGrid ( int value ) : void
value int
리턴 void

SetName() 공개 메소드

public SetName ( string text ) : void
text string
리턴 void

SetTimerOn() 공개 메소드

public SetTimerOn ( bool visible, int initialValue ) : void
visible bool
initialValue int
리턴 void

SetTurn() 공개 메소드

public SetTurn ( bool turn ) : void
turn bool
리턴 void

SetWin() 공개 메소드

public SetWin ( ) : void
리턴 void

프로퍼티 상세

Grid 공개적으로 프로퍼티

public RectTransform,UnityEngine Grid
리턴 UnityEngine.RectTransform

GridText 공개적으로 프로퍼티

public Text GridText
리턴 Text

Name 공개적으로 프로퍼티

public Text Name
리턴 Text

Timer 공개적으로 프로퍼티

public RectTransform,UnityEngine Timer
리턴 UnityEngine.RectTransform

TimerValue 공개적으로 프로퍼티

public Text TimerValue
리턴 Text