C# Class EmissionView

Inheritance: MonoBehaviour
显示文件 Open project: FIU-SCIS-Senior-Projects/SmartBuilding4 Class Usage Examples

Public Methods

Method Description
TextState ( bool state ) : void
ToggleLight ( ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

TextState() public method

public TextState ( bool state ) : void
state bool
return void

ToggleLight() public method

public ToggleLight ( ) : void
return void