C# Class GameBoard, TicTacToe

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: SaladLab/TicTacToe Class Usage Examples

Méthodes publiques

Свойство Type Description
GridClicked int>.Action
GridTemplate RectTransform

Méthodes publiques

Méthode Description
GetMark ( int x, int y ) : int
SetHighlight ( int x, int y, float delay ) : void
SetMark ( int x, int y, int value, bool withAnimation = false ) : void

Private Methods

Méthode Description
BuildGrids ( ) : void
OnGridClick ( int x, int y ) : void
Start ( ) : void

Method Details

GetMark() public méthode

public GetMark ( int x, int y ) : int
x int
y int
Résultat int

SetHighlight() public méthode

public SetHighlight ( int x, int y, float delay ) : void
x int
y int
delay float
Résultat void

SetMark() public méthode

public SetMark ( int x, int y, int value, bool withAnimation = false ) : void
x int
y int
value int
withAnimation bool
Résultat void

Property Details

GridClicked public_oe property

public Action GridClicked
Résultat int>.Action

GridTemplate public_oe property

public RectTransform GridTemplate
Résultat RectTransform