Interface IMeshMap<TPoint>
Interface for maps for mesh grids.
[Version(1, 14, 0)]
public interface IMeshMap<TPoint> where TPoint : IGridPoint<TPoint>
Type Parameters
TPoint
- Extension Methods
Properties
Map2D
IMap<TPoint> Map2D { get; }
Property Value
- IMap<TPoint>
Methods
GetTriangles(TPoint, int)
IEnumerable<int> GetTriangles(TPoint point, int vertexIndex)
Parameters
point
TPointvertexIndex
int
Returns
GetUVs(TPoint)
IEnumerable<Vector2> GetUVs(TPoint point)
Parameters
point
TPoint
Returns
GetVertices(TPoint)
IEnumerable<Vector3> GetVertices(TPoint point)
Parameters
point
TPoint