C# Class PathfindingAgent, PathfindingToolUnity

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

Méthodes publiques

Свойство Type Description
closeEnoughRange float
road List
speed float
target GameObject

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
UpdateRoad ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateRoad() public méthode

public UpdateRoad ( ) : void
Résultat void

Property Details

closeEnoughRange public_oe property

public float closeEnoughRange
Résultat float

road public_oe property

public List road
Résultat List

speed public_oe property

public float speed
Résultat float

target public_oe property

public GameObject target
Résultat GameObject