C# Class Construct, ES2015F

Inheritance: MonoBehaviour
显示文件 Open project: jgirald/ES2015F Class Usage Examples

Public Properties

Property Type Description
dustPrefab GameObject

Public Methods

Method 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 method

public SetBuildingToConstruct ( GameObject b ) : void
b GameObject
return void

SetInConstruction() public method

public SetInConstruction ( bool b ) : void
b bool
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getBuildingToConstruct() public method

public getBuildingToConstruct ( ) : GameObject
return GameObject

getConstruct() public method

public getConstruct ( ) : bool
return bool

getInConstruction() public method

public getInConstruction ( ) : bool
return bool

setConstruct() public method

public setConstruct ( bool b ) : void
b bool
return void

Property Details

dustPrefab public_oe property

public GameObject dustPrefab
return GameObject