Click or drag to resize

IMeshMapTPoint Interface

Interface for maps for mesh grids.

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

Type Parameters

TPoint

The IMeshMapTPoint type exposes the following members.

Properties
  NameDescription
Public propertyMap2D
Top
Methods
See Also