C# Class PlayerNavigator

Inheritance: MonoBehaviour
Afficher le fichier Open project: Devination/TheRightWay Class Usage Examples

Méthodes publiques

Свойство Type Description
completionDistance float
dudeAnimator Animator
i PlayerNavigator,
navAgent UnityEngine.NavMeshAgent
navSparklesPrefab GameObject
off bool

Méthodes publiques

Méthode Description
NavigateToPoint ( Vector3 targetPos ) : void
SetTarget ( GameObject go ) : void

Private Methods

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

Method Details

NavigateToPoint() public méthode

public NavigateToPoint ( Vector3 targetPos ) : void
targetPos Vector3
Résultat void

SetTarget() public static méthode

public static SetTarget ( GameObject go ) : void
go GameObject
Résultat void

Property Details

completionDistance public_oe property

public float completionDistance
Résultat float

dudeAnimator public_oe property

public Animator dudeAnimator
Résultat Animator

i public_oe static_oe property

public static PlayerNavigator, i
Résultat PlayerNavigator,

navAgent public_oe property

public NavMeshAgent,UnityEngine navAgent
Résultat UnityEngine.NavMeshAgent

navSparklesPrefab public_oe property

public GameObject navSparklesPrefab
Résultat GameObject

off public_oe property

public bool off
Résultat bool