C# Class OpenMetaverse.Messages.Linden.AgentDropGroupMessage.AgentData

An object containing the Agents UUID, and the Groups UUID
Afficher le fichier Open project: N3X15/VoxelSim

Méthodes publiques

Свойство Type Description
AgentID UUID
GroupID UUID

Property Details

AgentID public_oe property

The ID of the Agent leaving the group
public UUID AgentID
Résultat UUID

GroupID public_oe property

The GroupID the Agent is leaving
public UUID GroupID
Résultat UUID