C# 클래스 OpenMetaverse.Messages.Linden.AgentDropGroupMessage.AgentData

An object containing the Agents UUID, and the Groups UUID
파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 프로퍼티들

프로퍼티 타입 설명
AgentID UUID
GroupID UUID

프로퍼티 상세

AgentID 공개적으로 프로퍼티

The ID of the Agent leaving the group
public UUID AgentID
리턴 UUID

GroupID 공개적으로 프로퍼티

The GroupID the Agent is leaving
public UUID GroupID
리턴 UUID