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
IsEnabled
Whether building is enabled
bool IsEnabled { get; set; }
Property Value
IsValid
Configuration validity
bool IsValid { get; }
Property Value
Size
Building size
CoreVector2I Size { get; set; }
Property Value
- CoreVector2I