C# Class OpenMetaverse.Avatar

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

Public Properties

Property Type Description
ControlFlags AgentManager.ControlFlags
Groups List
ProfileInterests Interests
ProfileProperties AvatarProperties
ProfileStatistics Statistics

Protected Properties

Property Type Description
groupName string
name string

Public Methods

Method Description
Avatar ( ) : System

Default constructor

Method Details

Avatar() public method

Default constructor
public Avatar ( ) : System
return 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
return AgentManager.ControlFlags

Groups public_oe property

Groups that this avatar is a member of
public List Groups
return List

ProfileInterests public_oe property

Avatar interests including spoken languages, skills, and "want to" choices
public Interests ProfileInterests
return Interests

ProfileProperties public_oe property

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

ProfileStatistics public_oe property

Positive and negative ratings
public Statistics ProfileStatistics
return Statistics

groupName protected_oe property

protected string groupName
return string

name protected_oe property

protected string name
return string