Interface ITileGrid<TPoint>
An interface that all tile grid builder implement. This gives common hooks that are used by the grid editors.
public interface ITileGrid<TPoint> : IGridBuilderBase
Type Parameters
TPoint
- Extension Methods
Methods
__UpdatePresentation(bool)
void __UpdatePresentation(bool forceUpdate)
Parameters
forceUpdate
bool