C# Class Pedestrian, SumoVizUnity_ModSem

Inheritance: Moveable
Afficher le fichier Open project: benjaminaaron/SumoVizUnity_ModSem Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

_getTrait2() public méthode

public _getTrait2 ( float thisValue ) : LinkedListNode
thisValue float
Résultat LinkedListNode

getID() public méthode

public getID ( ) : int
Résultat int

getSpeed() public méthode

public getSpeed ( ) : float
Résultat float

isActive() public méthode

public isActive ( ) : bool
Résultat bool

move() public méthode

public move ( LinkedListNode cur ) : void
cur LinkedListNode
Résultat void

setAnim() public méthode

public setAnim ( bool onoff ) : void
onoff bool
Résultat void

setGender() public méthode

public setGender ( int gender ) : void
gender int
Résultat void

setID() public méthode

public setID ( int id ) : void
id int
Résultat void

setPositions() public méthode

public setPositions ( SortedList p ) : void
p SortedList
Résultat void

setVisible() public méthode

public setVisible ( bool visible ) : void
visible bool
Résultat void