C# Class PlugLoad

Inheritance: MonoBehaviour
Show file Open project: FIU-SCIS-Senior-Projects/SmartBuilding4 Class Usage Examples

Public Methods

Method Description
addToAggregateUsage ( float amt ) : void
getAggregateUsage ( ) : float
getEuoList ( ) : List
getIsOn ( ) : bool
setIsOn ( bool val ) : void

Private Methods

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

Method Details

addToAggregateUsage() public method

public addToAggregateUsage ( float amt ) : void
amt float
return void

getAggregateUsage() public method

public getAggregateUsage ( ) : float
return float

getEuoList() public method

public getEuoList ( ) : List
return List

getIsOn() public method

public getIsOn ( ) : bool
return bool

setIsOn() public method

public setIsOn ( bool val ) : void
val bool
return void