C# 클래스 OpenMetaverse.ChatSessionMember

Struct representing a member of a group chat session and their settings
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AvatarKey UUID
CanVoiceChat bool
IsModerator bool
MuteText bool
MuteVoice bool

프로퍼티 상세

AvatarKey 공개적으로 프로퍼티

The UUID of the Avatar
public UUID AvatarKey
리턴 UUID

CanVoiceChat 공개적으로 프로퍼티

True if user has voice chat enabled
public bool CanVoiceChat
리턴 bool

IsModerator 공개적으로 프로퍼티

True of 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