C# Class OpenMetaverse.AvatarGroup

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

Méthodes publiques

Свойство Type Description
AcceptNotices bool
GroupID UUID
GroupInsigniaID UUID
GroupName string
GroupPowers GroupPowers
GroupTitle string
ListInProfile bool

Property Details

AcceptNotices public_oe property

true of Avatar accepts group notices
public bool AcceptNotices
Résultat bool

GroupID public_oe property

Groups Key
public UUID GroupID
Résultat UUID

GroupInsigniaID public_oe property

Texture Key for groups insignia
public UUID GroupInsigniaID
Résultat UUID

GroupName public_oe property

Name of the group
public string GroupName
Résultat string

GroupPowers public_oe property

Powers avatar has in the group
public GroupPowers GroupPowers
Résultat GroupPowers

GroupTitle public_oe property

Avatars Currently selected title
public string GroupTitle
Résultat string

ListInProfile public_oe property

true of Avatar has chosen to list this in their profile
public bool ListInProfile
Résultat bool