C# Class OpenMetaverse.Avatar

Represents an avatar (other than your own)
Inheritance: Primitive
Afficher le fichier Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Méthodes publiques

Свойство Type Description
ControlFlags AgentManager.ControlFlags
Groups List
ProfileInterests Interests
ProfileProperties AvatarProperties
ProfileStatistics Statistics

Protected Properties

Свойство Type Description
groupName string
name string

Méthodes publiques

Méthode Description
Avatar ( ) : System

Default constructor

Method Details

Avatar() public méthode

Default constructor
public Avatar ( ) : System
Résultat System

Property Details

ControlFlags public_oe property

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
Résultat AgentManager.ControlFlags

Groups public_oe property

Groups that this avatar is a member of
public List Groups
Résultat List

ProfileInterests public_oe property

Avatar interests including spoken languages, skills, and "want to" choices
public Interests ProfileInterests
Résultat Interests

ProfileProperties public_oe property

Avatar properties including about text, profile URL, image IDs and publishing settings
public AvatarProperties ProfileProperties
Résultat AvatarProperties

ProfileStatistics public_oe property

Positive and negative ratings
public Statistics ProfileStatistics
Résultat Statistics

groupName protected_oe property

protected string groupName
Résultat string

name protected_oe property

protected string name
Résultat string