C# Class Pathfinding.LocalAvoidanceMover

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Свойство Type Description
speed float
targetPointDist float

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

speed public_oe property

public float speed
Résultat float

targetPointDist public_oe property

public float targetPointDist
Résultat float