C# Class OpenMetaverse.AvatarGroup

Holds group information for Avatars such as those you might find in a profile
Show file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property Type Description
AcceptNotices bool
GroupID UUID
GroupInsigniaID UUID
GroupName string
GroupPowers GroupPowers
GroupTitle string
ListInProfile bool

Property Details

AcceptNotices public property

true of Avatar accepts group notices
public bool AcceptNotices
return bool

GroupID public property

Groups Key
public UUID GroupID
return UUID

GroupInsigniaID public property

Texture Key for groups insignia
public UUID GroupInsigniaID
return UUID

GroupName public property

Name of the group
public string GroupName
return string

GroupPowers public property

Powers avatar has in the group
public GroupPowers GroupPowers
return GroupPowers

GroupTitle public property

Avatars Currently selected title
public string GroupTitle
return string

ListInProfile public property

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