C# Class SimObject

Inheritance: MonoBehaviour
Mostrar archivo Open project: FIU-SCIS-Senior-Projects/SmartBuilding4 Class Usage Examples

Public Methods

Method 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

Method Description
Awake ( ) : void

Method Details

checkTaskCompletion() public method

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
return void

getDesc() public method

public getDesc ( ) : string
return string

getName() public method

public getName ( ) : string
return string

setDescription() public method

public setDescription ( string d ) : void
d string
return void

setName() public method

public setName ( string n ) : void
n string
return void