C# Class PathFollowerComponent, SanityEngine

Inheritance: MonoBehaviour
显示文件 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_oe property

public bool broadcastMessages
return bool

doneThreshhold public_oe property

public float doneThreshhold
return float

epsilon public_oe property

public float epsilon
return float

lookAhead public_oe property

public float lookAhead
return float

moveBehavior public_oe property

public string moveBehavior
return string

pathWidth public_oe property

public float pathWidth
return float

targetOffset public_oe property

public Vector3 targetOffset
return Vector3