Property | Type | Description | |
---|---|---|---|
boardNodesTextAsset | TextAsset | ||
detective1 | Detective | ||
gameLogic | GameLogic | ||
gameState | State | ||
instance | Gameplay | ||
message | Message | ||
mrX | MrX | ||
turnCount | int |
Method | Description | |
---|---|---|
Gameplay ( ) : System | ||
TryMovePlayer ( GameObject node ) : void | ||
centerCameraOnDetective ( int detectiveNumber ) : void | ||
currentPlayerId ( ) : int | ||
getCurrentPlayer ( ) : Player | ||
goToNextTurn ( ) : void | ||
goToState ( State state ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
moveMrX ( GameObject node ) : void |
public TryMovePlayer ( GameObject node ) : void | ||
node | GameObject | |
return | void |
public centerCameraOnDetective ( int detectiveNumber ) : void | ||
detectiveNumber | int | |
return | void |