C# Class OpenMetaverse.ChatSessionMember

Struct representing a member of a group chat session and their settings
Afficher le fichier Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Méthodes publiques

Свойство Type Description
AvatarKey UUID
CanVoiceChat bool
IsModerator bool
MuteText bool
MuteVoice bool

Property Details

AvatarKey public_oe property

The UUID of the Avatar
public UUID AvatarKey
Résultat UUID

CanVoiceChat public_oe property

True if user has voice chat enabled
public bool CanVoiceChat
Résultat bool

IsModerator public_oe property

True of Avatar has moderator abilities
public bool IsModerator
Résultat bool

MuteText public_oe property

True if a moderator has muted this avatars chat
public bool MuteText
Résultat bool

MuteVoice public_oe property

True if a moderator has muted this avatars voice
public bool MuteVoice
Résultat bool