C# 클래스 OpenMetaverse.Avatar

Represents an avatar (other than your own)
상속: Primitive
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ControlFlags AgentManager.ControlFlags
Groups List
ProfileInterests Interests
ProfileProperties AvatarProperties
ProfileStatistics Statistics

보호된 프로퍼티들

프로퍼티 타입 설명
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