C# Class MapTraverser, TWI_Repo

Inheritance: MonoBehaviour
Afficher le fichier Open project: justcollins/TWI_Repo Class Usage Examples

Méthodes publiques

Свойство Type Description
speed float
target Transform

Méthodes publiques

Méthode Description
OnDrawGizmos ( ) : void
OnPathFound ( Vector3 newPath, bool pathSuccess ) : void
Update ( ) : void

Private Methods

Méthode Description
FollowPath ( ) : IEnumerator

Method Details

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

OnPathFound() public méthode

public OnPathFound ( Vector3 newPath, bool pathSuccess ) : void
newPath Vector3
pathSuccess bool
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

target public_oe property

public Transform target
Résultat Transform