C# 클래스 OpenMetaverse.MapLandForSale

Represents a non-adult parcel of land for sale
상속: MapItem
파일 보기 프로젝트 열기: openmetaversefoundation/libopenmetaverse-oldsvnconvert 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID UUID
Name string
Price int
Size int

프로퍼티 상세

ID 공개적으로 프로퍼티

public UUID ID
리턴 UUID

Name 공개적으로 프로퍼티

public string Name
리턴 string

Price 공개적으로 프로퍼티

public int Price
리턴 int

Size 공개적으로 프로퍼티

public int Size
리턴 int