 | IGridToWorldMapTPoint Interface |
A one-way map that converts grid points to worls points. One-way maps are useful
for maps that can automatically invert the map, such as VoronoiMap.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[VersionAttribute(1, 8, 0)]
public interface IGridToWorldMap<TPoint>
where TPoint : Object, IGridPoint<TPoint>
Type Parameters
- TPoint
The IGridToWorldMapTPoint type exposes the following members.
Properties|
| Name | Description |
|---|
 | Item |
Gets a world point given a grid point.
|
Top
See Also