Property | Type | Description | |
---|---|---|---|
initialMesh | GameObject | ||
progressMesh | GameObject | ||
timer | float |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
Update ( ) : void | ||
deleteUnit ( GameObject unit ) : void | ||
getConstructingUnits ( ) : List |
||
getConstructionOnGoing ( ) : bool | ||
getInitialMesh ( ) : GameObject | ||
getPhase ( ) : int | ||
setConstructionOnGoing ( bool b ) : void | ||
setFinalMesh ( ) : void | ||
startConstruction ( GameObject unit ) : void |
public setConstructionOnGoing ( bool b ) : void | ||
b | bool | |
return | void |
public startConstruction ( GameObject unit ) : void | ||
unit | GameObject | |
return | void |