C# Класс Aurora.Framework.ICityBuilding

Наследование: OpenSim.Region.Framework.Scenes.SceneObjectGroup
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ICityBuilding ( ) : System

ICityBuilding ( BuildingType type, BuildingPlot plot, BuildingFlags flags, UUID owner, IScene scene, string name ) : System

Construct the building class instance from the given properties.

Описание методов

ICityBuilding() публичный Метод

public ICityBuilding ( ) : System
Результат System

ICityBuilding() публичный Метод

Construct the building class instance from the given properties.
public ICityBuilding ( BuildingType type, BuildingPlot plot, BuildingFlags flags, UUID owner, IScene scene, string name ) : System
type BuildingType type
plot Aurora.Modules.CityBuilder.BuildingPlot 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
Результат System