C# 클래스 OpenMetaverse.Messages.Linden.ChatterBoxSessionAgentListUpdatesMessage

Sent from the simulator to the viewer. When an agent initially joins a session the AgentUpdatesBlock object will contain a list of session members including a boolean indicating they can use voice chat in this session, a boolean indicating they are allowed to moderate this session, and lastly a string which indicates another agent is entering the session with the Transition set to "ENTER" During the session lifetime updates on individuals are sent. During the update the booleans sent during the initial join are excluded with the exception of the Transition field. This indicates a new user entering or exiting the session with the string "ENTER" or "LEAVE" respectively.
상속: IMessage
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SessionID UUID
Updates AgentUpdatesBlock[]

공개 메소드들

메소드 설명
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

메소드 상세

Deserialize() 공개 메소드

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
리턴 void

Serialize() 공개 메소드

Serialize the object
public Serialize ( ) : OSDMap
리턴 OSDMap

프로퍼티 상세

SessionID 공개적으로 프로퍼티

public UUID SessionID
리턴 UUID

Updates 공개적으로 프로퍼티

public AgentUpdatesBlock[] Updates
리턴 AgentUpdatesBlock[]