Enum LocateResult
Labels that signify the result of point location.
Namespace: UnityEngine.Experimental.U2D.TriangleNet
Syntax
public enum LocateResult
Remarks
The result of a search indicates that the point falls in the interior of a triangle, on an edge, on a vertex, or outside the mesh.
Fields
Name | Description |
---|---|
InTriangle | |
OnEdge | |
OnVertex | |
Outside |