C# Class Pathfinding.StartEndModifier

Inheritance: PathModifier
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
addPoints bool
exactEndPoint Exactness
exactStartPoint Exactness
mask UnityEngine.LayerMask
useGraphRaycasting bool
useRaycasting bool

Public Methods

Method Description
Apply ( Path _p, ModifierData source ) : void
GetClampedPoint ( Vector3 from, Vector3 to, GraphNode hint ) : Vector3

Method Details

Apply() public method

public Apply ( Path _p, ModifierData source ) : void
_p Path
source ModifierData
return void

GetClampedPoint() public method

public GetClampedPoint ( Vector3 from, Vector3 to, GraphNode hint ) : Vector3
from Vector3
to Vector3
hint GraphNode
return Vector3

Property Details

addPoints public property

public bool addPoints
return bool

exactEndPoint public property

public Exactness exactEndPoint
return Exactness

exactStartPoint public property

public Exactness exactStartPoint
return Exactness

mask public property

public LayerMask,UnityEngine mask
return UnityEngine.LayerMask

useGraphRaycasting public property

public bool useGraphRaycasting
return bool

useRaycasting public property

public bool useRaycasting
return bool