C# 클래스 OpenMetaverse.ProfilePick

Holds group information on an individual profile pick
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CreatorID UUID
Desc string
Enabled bool
Name string
OriginalName string
ParcelID UUID
PickID UUID
PosGlobal Vector3d
SimName string
SnapshotID UUID
SortOrder int
TopPick bool
User string

프로퍼티 상세

CreatorID 공개적으로 프로퍼티

public UUID CreatorID
리턴 UUID

Desc 공개적으로 프로퍼티

public string Desc
리턴 string

Enabled 공개적으로 프로퍼티

public bool Enabled
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

OriginalName 공개적으로 프로퍼티

public string OriginalName
리턴 string

ParcelID 공개적으로 프로퍼티

public UUID ParcelID
리턴 UUID

PickID 공개적으로 프로퍼티

public UUID PickID
리턴 UUID

PosGlobal 공개적으로 프로퍼티

public Vector3d PosGlobal
리턴 Vector3d

SimName 공개적으로 프로퍼티

public string SimName
리턴 string

SnapshotID 공개적으로 프로퍼티

public UUID SnapshotID
리턴 UUID

SortOrder 공개적으로 프로퍼티

public int SortOrder
리턴 int

TopPick 공개적으로 프로퍼티

public bool TopPick
리턴 bool

User 공개적으로 프로퍼티

public string User
리턴 string