C# Class PlugLoad

Inheritance: MonoBehaviour
Afficher le fichier Open project: FIU-SCIS-Senior-Projects/SmartBuilding4 Class Usage Examples

Méthodes publiques

Méthode Description
addToAggregateUsage ( float amt ) : void
getAggregateUsage ( ) : float
getEuoList ( ) : List
getIsOn ( ) : bool
setIsOn ( bool val ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

addToAggregateUsage() public méthode

public addToAggregateUsage ( float amt ) : void
amt float
Résultat void

getAggregateUsage() public méthode

public getAggregateUsage ( ) : float
Résultat float

getEuoList() public méthode

public getEuoList ( ) : List
Résultat List

getIsOn() public méthode

public getIsOn ( ) : bool
Résultat bool

setIsOn() public méthode

public setIsOn ( bool val ) : void
val bool
Résultat void