C# 클래스 Universe.Framework.DatabaseInterfaces.ChatSessionMember

Pulled from OpenMetaverse Structure representing a member of a group chat session and their settings
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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