C# Class GamePlayerPlate, TicTacToe

Inheritance: MonoBehaviour
Afficher le fichier Open project: SaladLab/TicTacToe

Méthodes publiques

Свойство Type Description
Grid UnityEngine.RectTransform
GridText Text
Name Text
Timer UnityEngine.RectTransform
TimerValue Text

Méthodes publiques

Méthode 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 méthode

public SetGrid ( int value ) : void
value int
Résultat void

SetName() public méthode

public SetName ( string text ) : void
text string
Résultat void

SetTimerOn() public méthode

public SetTimerOn ( bool visible, int initialValue ) : void
visible bool
initialValue int
Résultat void

SetTurn() public méthode

public SetTurn ( bool turn ) : void
turn bool
Résultat void

SetWin() public méthode

public SetWin ( ) : void
Résultat void

Property Details

Grid public_oe property

public RectTransform,UnityEngine Grid
Résultat UnityEngine.RectTransform

GridText public_oe property

public Text GridText
Résultat Text

Name public_oe property

public Text Name
Résultat Text

Timer public_oe property

public RectTransform,UnityEngine Timer
Résultat UnityEngine.RectTransform

TimerValue public_oe property

public Text TimerValue
Résultat Text