 | MapPlane Enumeration |
An enumeration of the two basic types of 2D planes (in 3D space) used in the library.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[SerializableAttribute]
public enum MapPlane
Members|
| Member name | Value | Description |
|---|
| XY | 0 | |
| XZ | 1 | |
See Also