C# Class PathFollowerComponent, SanityEngine

Inheritance: MonoBehaviour
Afficher le fichier Open project: tosos/SanityEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
broadcastMessages bool
doneThreshhold float
epsilon float
lookAhead float
moveBehavior string
pathWidth float
targetOffset Vector3

Méthodes publiques

Méthode Description
AddListener ( MonoBehaviour listener ) : void
Awake ( ) : void
ClearGoalNode ( ) : void
FindNewPath ( ) : void
LateUpdate ( ) : void
OnDrawGizmosSelected ( ) : void
RemoveListener ( MonoBehaviour listener ) : void
SendPathMessage ( string message ) : void
SetGoalNode ( NavMeshNode goal ) : void
SetNavMesh ( NavMesh navMesh ) : void
Start ( ) : void

Method Details

AddListener() public méthode

public AddListener ( MonoBehaviour listener ) : void
listener MonoBehaviour
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

ClearGoalNode() public méthode

public ClearGoalNode ( ) : void
Résultat void

FindNewPath() public méthode

public FindNewPath ( ) : void
Résultat void

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

OnDrawGizmosSelected() public méthode

public OnDrawGizmosSelected ( ) : void
Résultat void

RemoveListener() public méthode

public RemoveListener ( MonoBehaviour listener ) : void
listener MonoBehaviour
Résultat void

SendPathMessage() public méthode

public SendPathMessage ( string message ) : void
message string
Résultat void

SetGoalNode() public méthode

public SetGoalNode ( NavMeshNode goal ) : void
goal NavMeshNode
Résultat void

SetNavMesh() public méthode

public SetNavMesh ( NavMesh navMesh ) : void
navMesh NavMesh
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

broadcastMessages public_oe property

public bool broadcastMessages
Résultat bool

doneThreshhold public_oe property

public float doneThreshhold
Résultat float

epsilon public_oe property

public float epsilon
Résultat float

lookAhead public_oe property

public float lookAhead
Résultat float

moveBehavior public_oe property

public string moveBehavior
Résultat string

pathWidth public_oe property

public float pathWidth
Résultat float

targetOffset public_oe property

public Vector3 targetOffset
Résultat Vector3