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

Inheritance: MonoBehaviour
Show file Open project: lopalop2/The-Ritual-of-Jesses-House

Public Properties

Property Type Description
navMeshAgent UnityEngine.NavMeshAgent

Public Methods

Method Description
Awake ( ) : void
OnTriggerEnter ( Collider coll ) : void
ReturnToExitSpot ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider coll ) : void
coll Collider
return void

ReturnToExitSpot() public method

public ReturnToExitSpot ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

navMeshAgent public property

public NavMeshAgent,UnityEngine navMeshAgent
return UnityEngine.NavMeshAgent