C# Class Gameplay, ZeroG

Inheritance: MonoBehaviour
Afficher le fichier Open project: GoogleJump/ZeroG Class Usage Examples

Méthodes publiques

Свойство Type Description
boardNodesTextAsset TextAsset
detective1 Detective
gameLogic GameLogic
gameState State
instance Gameplay
message Message
mrX MrX
turnCount int

Méthodes publiques

Méthode Description
Gameplay ( ) : System
TryMovePlayer ( GameObject node ) : void
centerCameraOnDetective ( int detectiveNumber ) : void
currentPlayerId ( ) : int
getCurrentPlayer ( ) : Player
goToNextTurn ( ) : void
goToState ( State state ) : void

Private Methods

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void
moveMrX ( GameObject node ) : void

Method Details

Gameplay() public méthode

public Gameplay ( ) : System
Résultat System

TryMovePlayer() public méthode

public TryMovePlayer ( GameObject node ) : void
node GameObject
Résultat void

centerCameraOnDetective() public méthode

public centerCameraOnDetective ( int detectiveNumber ) : void
detectiveNumber int
Résultat void

currentPlayerId() public méthode

public currentPlayerId ( ) : int
Résultat int

getCurrentPlayer() public méthode

public getCurrentPlayer ( ) : Player
Résultat Player

goToNextTurn() public méthode

public goToNextTurn ( ) : void
Résultat void

goToState() public méthode

public goToState ( State state ) : void
state State
Résultat void

Property Details

boardNodesTextAsset public_oe property

public TextAsset boardNodesTextAsset
Résultat TextAsset

detective1 public_oe property

public Detective detective1
Résultat Detective

gameLogic public_oe property

public GameLogic gameLogic
Résultat GameLogic

gameState public_oe property

public State gameState
Résultat State

instance public_oe static_oe property

public static Gameplay instance
Résultat Gameplay

message public_oe property

public Message message
Résultat Message

mrX public_oe property

public MrX mrX
Résultat MrX

turnCount public_oe property

public int turnCount
Résultat int