C# 클래스 OpenMetaverse.ParcelManager.ParcelPrimOwners

Owners of primitives on parcel
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 프로퍼티들

프로퍼티 타입 설명
Count int
IsGroupOwned bool
NewestPrim System.DateTime
OnlineStatus bool
OwnerID UUID

프로퍼티 상세

Count 공개적으로 프로퍼티

Total count of prims owned by OwnerID
public int Count
리턴 int

IsGroupOwned 공개적으로 프로퍼티

True of owner is group
public bool IsGroupOwned
리턴 bool

NewestPrim 공개적으로 프로퍼티

The date of the most recent prim left by OwnerID
public DateTime,System NewestPrim
리턴 System.DateTime

OnlineStatus 공개적으로 프로퍼티

true of OwnerID is currently online and is not a group
public bool OnlineStatus
리턴 bool

OwnerID 공개적으로 프로퍼티

Prim Owners T:OpenMetaverse.UUID
public UUID OwnerID
리턴 UUID