C# Class SW_Walk, PathfindingToolUnity

Inheritance: StateWill
Afficher le fichier Open project: benjaml/PathfindingToolUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
road List

Méthodes publiques

Méthode Description
SW_Walk ( int id, float pSpeed, float pRange, string graphName ) : System.Collections
execute ( ) : StateWill,
walk ( ) : void

Method Details

SW_Walk() public méthode

public SW_Walk ( int id, float pSpeed, float pRange, string graphName ) : System.Collections
id int
pSpeed float
pRange float
graphName string
Résultat System.Collections

execute() public méthode

public execute ( ) : StateWill,
Résultat StateWill,

walk() public méthode

public walk ( ) : void
Résultat void

Property Details

road public_oe property

public List road
Résultat List