Table of Contents

Interface IGridPlacementConfiguration

Namespace
MoonBark.GridPlacement.Core.Interfaces
Assembly
MoonBark.GridPlacement.Core.dll

Configuration interface for grid placement settings.

public interface IGridPlacementConfiguration

Properties

GridSize

CoreVector2I GridSize { get; }

Property Value

CoreVector2I

MaxConcurrentPlacements

int MaxConcurrentPlacements { get; }

Property Value

int