C# Класс OpenMetaverse.Avatar

Represents an avatar (other than your own)
Наследование: Primitive
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ControlFlags AgentManager.ControlFlags
Groups List
ProfileInterests Interests
ProfileProperties AvatarProperties
ProfileStatistics Statistics

Защищенные свойства (Protected)

Свойство Тип Описание
groupName string
name string

Открытые методы

Метод Описание
Avatar ( ) : System

Default constructor

Описание методов

Avatar() публичный Метод

Default constructor
public Avatar ( ) : System
Результат System

Описание свойств

ControlFlags публичное свойство

Movement control flags for avatars. Typically not set or used by clients. To move your avatar, use Client.Self.Movement instead
public AgentManager.ControlFlags ControlFlags
Результат AgentManager.ControlFlags

Groups публичное свойство

Groups that this avatar is a member of
public List Groups
Результат List

ProfileInterests публичное свойство

Avatar interests including spoken languages, skills, and "want to" choices
public Interests ProfileInterests
Результат Interests

ProfileProperties публичное свойство

Avatar properties including about text, profile URL, image IDs and publishing settings
public AvatarProperties ProfileProperties
Результат AvatarProperties

ProfileStatistics публичное свойство

Positive and negative ratings
public Statistics ProfileStatistics
Результат Statistics

groupName защищенное свойство

protected string groupName
Результат string

name защищенное свойство

protected string name
Результат string