Property | Type | Description |
---|
Method | Description | |
---|---|---|
ICityBuilding ( ) : System |
|
|
ICityBuilding ( BuildingType type, |
Construct the building class instance from the given properties.
|
public ICityBuilding ( BuildingType type, |
||
type | BuildingType | type |
plot | The plot of land this building stands on, note it might be bigger than the /// actual buildings footprint, for example if it is part of a larger complex, limit the size of /// buildings to have a footprint of no more than 100 square meters. | |
flags | BuildingFlags | |
owner | UUID | The owner of the building either a user, or company (group of companies) own buildings. |
scene | IScene | |
name | string | |
return | System |