C# 클래스 GameBoard, TicTacToe

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: SaladLab/TicTacToe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GridClicked int>.Action
GridTemplate RectTransform

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
BuildGrids ( ) : void
OnGridClick ( int x, int y ) : void
Start ( ) : void

메소드 상세

GetMark() 공개 메소드

public GetMark ( int x, int y ) : int
x int
y int
리턴 int

SetHighlight() 공개 메소드

public SetHighlight ( int x, int y, float delay ) : void
x int
y int
delay float
리턴 void

SetMark() 공개 메소드

public SetMark ( int x, int y, int value, bool withAnimation = false ) : void
x int
y int
value int
withAnimation bool
리턴 void

프로퍼티 상세

GridClicked 공개적으로 프로퍼티

public Action GridClicked
리턴 int>.Action

GridTemplate 공개적으로 프로퍼티

public RectTransform GridTemplate
리턴 RectTransform