C# Class StatueCheck, PGP2

Inheritance: MonoBehaviour
Afficher le fichier Open project: theiis/PGP2

Méthodes publiques

Свойство Type Description
correctStatue GameObject
emptySpot bool

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
getCurrentStatue ( ) : GameObject
isEmpty ( ) : bool
placeStatue ( GameObject statue ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

getCurrentStatue() public méthode

public getCurrentStatue ( ) : GameObject
Résultat GameObject

isEmpty() public méthode

public isEmpty ( ) : bool
Résultat bool

placeStatue() public méthode

public placeStatue ( GameObject statue ) : void
statue GameObject
Résultat void

Property Details

correctStatue public_oe property

public GameObject correctStatue
Résultat GameObject

emptySpot public_oe property

public bool emptySpot
Résultat bool