Interface IGridConfiguration
- Namespace
- MoonBark.GridPlacement.Core.Interfaces
- Assembly
- MoonBark.GridPlacement.Core.dll
Core interface defining physical grid boundaries and layout metadata.
public interface IGridConfiguration
Properties
GridSize
Gets the maximum physical size of the grid mapping dimensions.
CoreVector2I GridSize { get; }
Property Value
- CoreVector2I
Methods
IsInBounds(CoreVector2I)
Determines whether the given global position falls within expected grid boundaries.
bool IsInBounds(CoreVector2I position)
Parameters
positionCoreVector2I