C# Class Construct, ES2015F

Inheritance: MonoBehaviour
Afficher le fichier Open project: jgirald/ES2015F Class Usage Examples

Méthodes publiques

Свойство Type Description
dustPrefab GameObject

Méthodes publiques

Méthode Description
SetBuildingToConstruct ( GameObject b ) : void
SetInConstruction ( bool b ) : void
Start ( ) : void
Update ( ) : void
getBuildingToConstruct ( ) : GameObject
getConstruct ( ) : bool
getInConstruction ( ) : bool
setConstruct ( bool b ) : void

Method Details

SetBuildingToConstruct() public méthode

public SetBuildingToConstruct ( GameObject b ) : void
b GameObject
Résultat void

SetInConstruction() public méthode

public SetInConstruction ( bool b ) : void
b bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

getBuildingToConstruct() public méthode

public getBuildingToConstruct ( ) : GameObject
Résultat GameObject

getConstruct() public méthode

public getConstruct ( ) : bool
Résultat bool

getInConstruction() public méthode

public getInConstruction ( ) : bool
Résultat bool

setConstruct() public méthode

public setConstruct ( bool b ) : void
b bool
Résultat void

Property Details

dustPrefab public_oe property

public GameObject dustPrefab
Résultat GameObject