Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Universe
Framework
DatabaseInterfaces
ChatSessionMember
C# Класс Universe.Framework.DatabaseInterfaces.ChatSessionMember
Pulled from OpenMetaverse Structure representing a member of a group chat session and their settings
Показать файл
Открыть проект
Примеры использования класса
Открытые свойства
Свойство
Тип
Описание
AvatarKey
UUID
CanVoiceChat
bool
HasBeenAdded
bool
IsModerator
bool
MuteText
bool
MuteVoice
bool
RequestedRemoval
bool
Описание свойств
AvatarKey
публичное свойство
The OpenMetaverse.UUID of the avatar
public
UUID
AvatarKey
Результат
UUID
CanVoiceChat
публичное свойство
True if the user has voice chat enabled
public
bool
CanVoiceChat
Результат
bool
HasBeenAdded
публичное свойство
Whether the user has accepted being added to the group chat
public
bool
HasBeenAdded
Результат
bool
IsModerator
публичное свойство
True if Avatar has moderator abilities
public
bool
IsModerator
Результат
bool
MuteText
публичное свойство
True if a moderator has muted this avatars chat
public
bool
MuteText
Результат
bool
MuteVoice
публичное свойство
True if a moderator has muted this avatars voice
public
bool
MuteVoice
Результат
bool
RequestedRemoval
публичное свойство
Whether the user has asked to be removed from the chat
public
bool
RequestedRemoval
Результат
bool