Method GetUVs
GetUVs(IExplicitShape<int>)
Gets the UVs for the given shape.
public override IEnumerable<Vector2> GetUVs(IExplicitShape<int> shape)Parameters
- shapeIExplicitShape<int>
- The shape for which UVs should be returned. 
Returns
Remarks
implement
Override this method to support 1D grids.
GetUVs(IExplicitShape<GridPoint2>)
Gets the UVs for the given shape.
public override IEnumerable<Vector2> GetUVs(IExplicitShape<GridPoint2> shape)Parameters
- shapeIExplicitShape<GridPoint2>
- The shape for which UVs should be returned. 
Returns
Remarks
implement
Override this method to support 1D grids.
GetUVs(IExplicitShape<GridPoint3>)
Gets the UVs for the given shape.
public override IEnumerable<Vector2> GetUVs(IExplicitShape<GridPoint3> shape)Parameters
- shapeIExplicitShape<GridPoint3>
- The shape for which UVs should be returned. 
Returns
Remarks
implement
Override this method to support 1D grids.