C# 클래스 OpenMetaverse.Messages.Linden.ParcelPropertiesUpdateMessage

A message sent from the viewer to the simulator to updated a specific parcels settings
상속: IMessage
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AuthBuyerID UUID
Category ParcelCategory
Desc string
GroupID UUID
Landing LandingType
LocalID int
MediaAutoScale bool
MediaDesc string
MediaHeight int
MediaID UUID
MediaLoop bool
MediaType string
MediaURL string
MediaWidth int
MusicURL string
Name string
ObscureMedia bool
ObscureMusic bool
ParcelFlags ParcelFlags
PassHours float
PassPrice uint
SalePrice uint
SnapshotID UUID
UserLocation System.Vector3
UserLookAt System.Vector3

공개 메소드들

메소드 설명
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

메소드 상세

Deserialize() 공개 메소드

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
리턴 void

Serialize() 공개 메소드

Serialize the object
public Serialize ( ) : OSDMap
리턴 OSDMap

프로퍼티 상세

AuthBuyerID 공개적으로 프로퍼티

The UUID of the agent authorized to purchase this parcel of land or a NULL UUID if the sale is authorized to anyone
public UUID AuthBuyerID
리턴 UUID

Category 공개적으로 프로퍼티

The category of this parcel used when search is enabled to restrict search results
public ParcelCategory Category
리턴 ParcelCategory

Desc 공개적으로 프로퍼티

A string containing the description to set
public string Desc
리턴 string

GroupID 공개적으로 프로퍼티

The UUID of the Group which allows for additional powers and restrictions.
public UUID GroupID
리턴 UUID

Landing 공개적으로 프로퍼티

The LandingType which specifies how avatars which teleport to this parcel are handled
public LandingType Landing
리턴 LandingType

LocalID 공개적으로 프로퍼티

The LocalID of the parcel to update settings on
public int LocalID
리턴 int

MediaAutoScale 공개적으로 프로퍼티

true to enable auto scaling of the parcel media
public bool MediaAutoScale
리턴 bool

MediaDesc 공개적으로 프로퍼티

A string containing the description of the media which can be played to visitors
public string MediaDesc
리턴 string

MediaHeight 공개적으로 프로퍼티

public int MediaHeight
리턴 int

MediaID 공개적으로 프로퍼티

public UUID MediaID
리턴 UUID

MediaLoop 공개적으로 프로퍼티

public bool MediaLoop
리턴 bool

MediaType 공개적으로 프로퍼티

public string MediaType
리턴 string

MediaURL 공개적으로 프로퍼티

public string MediaURL
리턴 string

MediaWidth 공개적으로 프로퍼티

public int MediaWidth
리턴 int

MusicURL 공개적으로 프로퍼티

public string MusicURL
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

ObscureMedia 공개적으로 프로퍼티

public bool ObscureMedia
리턴 bool

ObscureMusic 공개적으로 프로퍼티

public bool ObscureMusic
리턴 bool

ParcelFlags 공개적으로 프로퍼티

public ParcelFlags ParcelFlags
리턴 ParcelFlags

PassHours 공개적으로 프로퍼티

public float PassHours
리턴 float

PassPrice 공개적으로 프로퍼티

public uint PassPrice
리턴 uint

SalePrice 공개적으로 프로퍼티

public uint SalePrice
리턴 uint

SnapshotID 공개적으로 프로퍼티

public UUID SnapshotID
리턴 UUID

UserLocation 공개적으로 프로퍼티

public Vector3,System UserLocation
리턴 System.Vector3

UserLookAt 공개적으로 프로퍼티

public Vector3,System UserLookAt
리턴 System.Vector3