C# Class Pedestrian, SumoVizUnity_ModSem

Inheritance: Moveable
Datei anzeigen Open project: benjaminaaron/SumoVizUnity_ModSem Class Usage Examples

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
_getTrait2 ( float thisValue ) : LinkedListNode
getID ( ) : int
getSpeed ( ) : float
isActive ( ) : bool
move ( LinkedListNode cur ) : void
setAnim ( bool onoff ) : void
setGender ( int gender ) : void
setID ( int id ) : void
setPositions ( SortedList p ) : void
setVisible ( bool visible ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

_getTrait2() public method

public _getTrait2 ( float thisValue ) : LinkedListNode
thisValue float
return LinkedListNode

getID() public method

public getID ( ) : int
return int

getSpeed() public method

public getSpeed ( ) : float
return float

isActive() public method

public isActive ( ) : bool
return bool

move() public method

public move ( LinkedListNode cur ) : void
cur LinkedListNode
return void

setAnim() public method

public setAnim ( bool onoff ) : void
onoff bool
return void

setGender() public method

public setGender ( int gender ) : void
gender int
return void

setID() public method

public setID ( int id ) : void
id int
return void

setPositions() public method

public setPositions ( SortedList p ) : void
p SortedList
return void

setVisible() public method

public setVisible ( bool visible ) : void
visible bool
return void