Click or drag to resize

SimpleLayeredMapTPoint Class

A simple map that can be used for Layered Grids.
Inheritance Hierarchy
SystemObject
  Gamelogic.GridsSimpleLayeredMapTPoint

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 8, 0)]
[ExperimentalAttribute]
public class SimpleLayeredMap<TPoint> : IMap3D<LayeredPoint<TPoint>>
where TPoint : Object, IGridPoint<TPoint>

Type Parameters

TPoint

The SimpleLayeredMapTPoint type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodTo2D
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.
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also