C# Class Pathfinding.StartEndModifier

Inheritance: PathModifier
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
addPoints bool
exactEndPoint Exactness
exactStartPoint Exactness
mask UnityEngine.LayerMask
useGraphRaycasting bool
useRaycasting bool

Méthodes publiques

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

Method Details

Apply() public méthode

public Apply ( Path _p, ModifierData source ) : void
_p Path
source ModifierData
Résultat void

GetClampedPoint() public méthode

public GetClampedPoint ( Vector3 from, Vector3 to, GraphNode hint ) : Vector3
from Vector3
to Vector3
hint GraphNode
Résultat Vector3

Property Details

addPoints public_oe property

public bool addPoints
Résultat bool

exactEndPoint public_oe property

public Exactness exactEndPoint
Résultat Exactness

exactStartPoint public_oe property

public Exactness exactStartPoint
Résultat Exactness

mask public_oe property

public LayerMask,UnityEngine mask
Résultat UnityEngine.LayerMask

useGraphRaycasting public_oe property

public bool useGraphRaycasting
Résultat bool

useRaycasting public_oe property

public bool useRaycasting
Résultat bool