C# Class Pathfinding.RaycastModifier

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

Méthodes publiques

Свойство Type Description
iterations int

Méthodes publiques

Méthode Description
Apply ( Path p, ModifierData source ) : void
ValidateLine ( GraphNode n1, GraphNode n2, Vector3 v1, Vector3 v2 ) : bool

Private Methods

Méthode Description
AddComp ( UnityEditor command ) : void

Method Details

Apply() public méthode

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

ValidateLine() public méthode

public ValidateLine ( GraphNode n1, GraphNode n2, Vector3 v1, Vector3 v2 ) : bool
n1 GraphNode
n2 GraphNode
v1 UnityEngine.Vector3
v2 UnityEngine.Vector3
Résultat bool

Property Details

iterations public_oe property

public int iterations
Résultat int