C# Class Pathfinding.GraphUpdateShape

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

Méthodes publiques

Méthode Description
Contains ( GraphNode node ) : bool
Contains ( Vector3 point ) : bool
GetBounds ( ) : Bounds

Private Methods

Méthode Description
CalculateConvexHull ( ) : void

Method Details

Contains() public méthode

public Contains ( GraphNode node ) : bool
node GraphNode
Résultat bool

Contains() public méthode

public Contains ( Vector3 point ) : bool
point UnityEngine.Vector3
Résultat bool

GetBounds() public méthode

public GetBounds ( ) : Bounds
Résultat UnityEngine.Bounds