SimpleLayeredMapTPoint Class |
Namespace: Gamelogic.Grids
[VersionAttribute(1, 8, 0)] [ExperimentalAttribute] public class SimpleLayeredMap<TPoint> : IMap3D<LayeredPoint<TPoint>> where TPoint : Object, IGridPoint<TPoint>
The SimpleLayeredMapTPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| SimpleLayeredMapTPoint |
| Name | Description | |
|---|---|---|
| ItemVector3 | ||
| ItemLayeredPointTPoint |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| To2D |
This method is not implemented. Unlike most grids, this is not a 2D grid embedded in 3D,
so projecting it to 2D does not make sense.
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |