C# 클래스 OpenMetaverse.AvatarGroup

Holds group information for Avatars such as those you might find in a profile
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AcceptNotices bool
GroupID UUID
GroupInsigniaID UUID
GroupName string
GroupPowers GroupPowers
GroupTitle string
ListInProfile bool

프로퍼티 상세

AcceptNotices 공개적으로 프로퍼티

true of Avatar accepts group notices
public bool AcceptNotices
리턴 bool

GroupID 공개적으로 프로퍼티

Groups Key
public UUID GroupID
리턴 UUID

GroupInsigniaID 공개적으로 프로퍼티

Texture Key for groups insignia
public UUID GroupInsigniaID
리턴 UUID

GroupName 공개적으로 프로퍼티

Name of the group
public string GroupName
리턴 string

GroupPowers 공개적으로 프로퍼티

Powers avatar has in the group
public GroupPowers GroupPowers
리턴 GroupPowers

GroupTitle 공개적으로 프로퍼티

Avatars Currently selected title
public string GroupTitle
리턴 string

ListInProfile 공개적으로 프로퍼티

true of Avatar has chosen to list this in their profile
public bool ListInProfile
리턴 bool