Click or drag to resize

Map3DXZTPoint Class

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

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

Type Parameters

TPoint

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