C# 클래스 Game.Ui.UiGameDataAccess

Base class for all classes interested on send input to the game data.
상속: MonoBehaviour
파일 보기 프로젝트 열기: ycarowr/CardGameHexBoard

보호된 프로퍼티들

프로퍼티 타입 설명
GameData GameData

공개 메소드들

메소드 설명
IsMyTurn ( PlayerId id ) : bool

보호된 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

IsMyTurn() 공개 메소드

public IsMyTurn ( PlayerId id ) : bool
id PlayerId
리턴 bool

프로퍼티 상세

GameData 보호되어 있는 프로퍼티

Reference to the game data.
protected GameData GameData
리턴 GameData