C# 클래스 Aurora.Framework.ICityBuilding

상속: OpenSim.Region.Framework.Scenes.SceneObjectGroup
파일 보기 프로젝트 열기: CobraElDiablo/CityModule

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