Table of Contents

Class GridConfiguration

Namespace
MoonBark.GridPlacement.Core.Data
Assembly
MoonBark.GridPlacement.Core.dll

Domain model encapsulating standardized grid boundaries and bounds validation.

public class GridConfiguration : IGridConfiguration
Inheritance
GridConfiguration
Implements
Inherited Members

Properties

GridSize

The physical X and Y tile length of the grid mapping dimension. Defaults to 1000x1000 arbitrarily pending level-specific data overrides.

public CoreVector2I GridSize { get; set; }

Property Value

CoreVector2I

Methods

IsInBounds(CoreVector2I)

Determines whether the given global position falls within expected grid boundaries.

public bool IsInBounds(CoreVector2I position)

Parameters

position CoreVector2I

Returns

bool