C# Class RVOExampleAgent, TheUnseen

Inheritance: MonoBehaviour
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
astarRVO bool
moveNextDist float
repathRate float

Méthodes publiques

Méthode Description
Awake ( ) : void
OnPathComplete ( Path _p ) : void
RecalculatePath ( ) : void
SetColor ( Color col ) : void
SetTarget ( Vector3 target ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnPathComplete() public méthode

public OnPathComplete ( Path _p ) : void
_p Path
Résultat void

RecalculatePath() public méthode

public RecalculatePath ( ) : void
Résultat void

SetColor() public méthode

public SetColor ( Color col ) : void
col Color
Résultat void

SetTarget() public méthode

public SetTarget ( Vector3 target ) : void
target Vector3
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

astarRVO public_oe property

public bool astarRVO
Résultat bool

moveNextDist public_oe property

public float moveNextDist
Résultat float

repathRate public_oe property

public float repathRate
Résultat float