C# Class Drought.World.WaterEdge

Afficher le fichier Open project: kiniry-teaching/UCD Class Usage Examples

Méthodes publiques

Méthode Description
WaterEdge ( Vector3 a, Vector3 b, List o ) : System
isOutside ( Vector3 aNode ) : bool

Method Details

WaterEdge() public méthode

public WaterEdge ( Vector3 a, Vector3 b, List o ) : System
a Vector3
b Vector3
o List
Résultat System

isOutside() public méthode

public isOutside ( Vector3 aNode ) : bool
aNode Vector3
Résultat bool