C# Class NymphController, The-Ritual-of-Jesses-House

Inheritance: MonoBehaviour
Afficher le fichier Open project: lopalop2/The-Ritual-of-Jesses-House

Méthodes publiques

Свойство Type Description
navMeshAgent UnityEngine.NavMeshAgent

Méthodes publiques

Méthode Description
Awake ( ) : void
OnTriggerEnter ( Collider coll ) : void
ReturnToExitSpot ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider coll ) : void
coll Collider
Résultat void

ReturnToExitSpot() public méthode

public ReturnToExitSpot ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

navMeshAgent public_oe property

public NavMeshAgent,UnityEngine navMeshAgent
Résultat UnityEngine.NavMeshAgent