Click or drag to resize

FlatHexMeshMap Class

Map for flat hex mesh grids.
Inheritance Hierarchy
SystemObject
  Gamelogic.GridsFlatHexMeshMap

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[ExperimentalAttribute]
[VersionAttribute(1, 14, 0)]
public class FlatHexMeshMap : IMeshMap<FlatHexPoint>

The FlatHexMeshMap type exposes the following members.

Constructors
  NameDescription
Public methodFlatHexMeshMap
Top
Properties
  NameDescription
Public propertyMap2D
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetTriangles
Public methodGetType (Inherited from Object.)
Public methodGetUVs
Public methodGetVertices
Protected methodMemberwiseClone (Inherited from Object.)
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