C# Class GamePlayerPlate, TicTacToe

Inheritance: MonoBehaviour
Show file Open project: SaladLab/TicTacToe

Public Properties

Property Type Description
Grid UnityEngine.RectTransform
GridText Text
Name Text
Timer UnityEngine.RectTransform
TimerValue Text

Public Methods

Method Description
SetGrid ( int value ) : void
SetName ( string text ) : void
SetTimerOn ( bool visible, int initialValue ) : void
SetTurn ( bool turn ) : void
SetWin ( ) : void

Method Details

SetGrid() public method

public SetGrid ( int value ) : void
value int
return void

SetName() public method

public SetName ( string text ) : void
text string
return void

SetTimerOn() public method

public SetTimerOn ( bool visible, int initialValue ) : void
visible bool
initialValue int
return void

SetTurn() public method

public SetTurn ( bool turn ) : void
turn bool
return void

SetWin() public method

public SetWin ( ) : void
return void

Property Details

Grid public property

public RectTransform,UnityEngine Grid
return UnityEngine.RectTransform

GridText public property

public Text GridText
return Text

Name public property

public Text Name
return Text

Timer public property

public RectTransform,UnityEngine Timer
return UnityEngine.RectTransform

TimerValue public property

public Text TimerValue
return Text