Property | Type | Description | |
---|---|---|---|
GridClicked | int>.Action | ||
GridTemplate | RectTransform |
Method | 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 |
Method | Description | |
---|---|---|
BuildGrids ( ) : void | ||
OnGridClick ( int x, int y ) : void | ||
Start ( ) : void |
public SetHighlight ( int x, int y, float delay ) : void | ||
x | int | |
y | int | |
delay | float | |
return | void |
public SetMark ( int x, int y, int value, bool withAnimation = false ) : void | ||
x | int | |
y | int | |
value | int | |
withAnimation | bool | |
return | void |