Click or drag to resize

ITileGridTPoint Interface

An interface that all tile grid builder implement. This gives common hooks that are used by the grid editors.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public interface ITileGrid<TPoint> : IGridBuilderBase

Type Parameters

TPoint

The ITileGridTPoint type exposes the following members.

Methods
  NameDescription
Public method__UpdatePresentation
Top
See Also