Click or drag to resize

Map3DXYTPoint Class

The default maps for putting a grid in 3D space in the XY-plane.
Inheritance Hierarchy
SystemObject
  Gamelogic.GridsMap3DXYTPoint

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

Type Parameters

TPoint

The Map3DXYTPoint 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
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