BuildingType

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.

Declaration

1
public enum BuildingType

Summary

Building type enumeration

Metadata

Namespace: GridPlacement.Core.Data

Source File: cs/Core/Data/PlacementData.cs

Assembly: GridPlacement.Core

Type: enum

Enum Values

Unknown

1
Unknown = 0

Unknown type.


Residential

1
Residential = 1

Residential building.


Commercial

1
Commercial = 2

Commercial building.


Industrial

1
Industrial = 3

Industrial building.


Infrastructure

1
Infrastructure = 4

Infrastructure building.


Decoration

1
Decoration = 5

Decorative building.


Resource

1
Resource = 6

Resource-related building.


Defense

1
Defense = 7

Defensive building.