C# Класс OpenMetaverse.Avatar.AvatarProperties

Avatar properties including about text, profile URL, image IDs and publishing settings
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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