C# Class SimObject

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

Méthodes publiques

Méthode Description
checkTaskCompletion ( ) : void

Checks the task completion. Should be called whenever an object is interacted in a way that would complete a task. Uses simulation manager to get the current task

getDesc ( ) : string
getName ( ) : string
setDescription ( string d ) : void
setName ( string n ) : void

Private Methods

Méthode Description
Awake ( ) : void

Method Details

checkTaskCompletion() public méthode

Checks the task completion. Should be called whenever an object is interacted in a way that would complete a task. Uses simulation manager to get the current task
public checkTaskCompletion ( ) : void
Résultat void

getDesc() public méthode

public getDesc ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

setDescription() public méthode

public setDescription ( string d ) : void
d string
Résultat void

setName() public méthode

public setName ( string n ) : void
n string
Résultat void