C# Class PathFollowerComponent, SanityEngine

Inheritance: MonoBehaviour
Show file Open project: tosos/SanityEngine Class Usage Examples

Public Properties

Property Type Description
broadcastMessages bool
doneThreshhold float
epsilon float
lookAhead float
moveBehavior string
pathWidth float
targetOffset Vector3

Public Methods

Method 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 method

public AddListener ( MonoBehaviour listener ) : void
listener MonoBehaviour
return void

Awake() public method

public Awake ( ) : void
return void

ClearGoalNode() public method

public ClearGoalNode ( ) : void
return void

FindNewPath() public method

public FindNewPath ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

OnDrawGizmosSelected() public method

public OnDrawGizmosSelected ( ) : void
return void

RemoveListener() public method

public RemoveListener ( MonoBehaviour listener ) : void
listener MonoBehaviour
return void

SendPathMessage() public method

public SendPathMessage ( string message ) : void
message string
return void

SetGoalNode() public method

public SetGoalNode ( NavMeshNode goal ) : void
goal NavMeshNode
return void

SetNavMesh() public method

public SetNavMesh ( NavMesh navMesh ) : void
navMesh NavMesh
return void

Start() public method

public Start ( ) : void
return void

Property Details

broadcastMessages public property

public bool broadcastMessages
return bool

doneThreshhold public property

public float doneThreshhold
return float

epsilon public property

public float epsilon
return float

lookAhead public property

public float lookAhead
return float

moveBehavior public property

public string moveBehavior
return string

pathWidth public property

public float pathWidth
return float

targetOffset public property

public Vector3 targetOffset
return Vector3