C# 클래스 OpenMetaverse.Avatar.AvatarProperties

Avatar properties including about text, profile URL, image IDs and publishing settings
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AboutText string
BornOn string
CharterMember string
FirstLifeImage UUID
FirstLifeText string
Flags ProfileFlags
Partner UUID
ProfileImage UUID
ProfileURL string

프로퍼티 상세

AboutText 공개적으로 프로퍼티

public string AboutText
리턴 string

BornOn 공개적으로 프로퍼티

public string BornOn
리턴 string

CharterMember 공개적으로 프로퍼티

public string CharterMember
리턴 string

FirstLifeImage 공개적으로 프로퍼티

First Life image ID
public UUID FirstLifeImage
리턴 UUID

FirstLifeText 공개적으로 프로퍼티

First Life about text
public string FirstLifeText
리턴 string

Flags 공개적으로 프로퍼티

Flags of the profile
public ProfileFlags Flags
리턴 ProfileFlags

Partner 공개적으로 프로퍼티

public UUID Partner
리턴 UUID

ProfileImage 공개적으로 프로퍼티

Profile image ID
public UUID ProfileImage
리턴 UUID

ProfileURL 공개적으로 프로퍼티

Web URL for this profile
public string ProfileURL
리턴 string