Table of Contents

Interface IBuildingConfiguration

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

Interface for building configuration

public interface IBuildingConfiguration

Properties

BuildingType

Building type

string BuildingType { get; set; }

Property Value

string

IsEnabled

Whether building is enabled

bool IsEnabled { get; set; }

Property Value

bool

IsValid

Configuration validity

bool IsValid { get; }

Property Value

bool

Size

Building size

CoreVector2I Size { get; set; }

Property Value

CoreVector2I