C# Class OpenMetaverse.Messages.Linden.AgentGroupDataUpdateMessage

A message sent from the simulator to an agent which contains the groups the agent is in
Inheritance: IMessage
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
AgentID UUID
GroupDataBlock GroupData[]
NewGroupDataBlock NewGroupData[]

Méthodes publiques

Méthode Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public méthode

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Résultat void

Serialize() public méthode

Serialize the object
public Serialize ( ) : OSDMap
Résultat OSDMap

Property Details

AgentID public_oe property

The Agent receiving the message
public UUID AgentID
Résultat UUID

GroupDataBlock public_oe property

An array containing GroupData information for each Group the agent is a member of
public GroupData[] GroupDataBlock
Résultat GroupData[]

NewGroupDataBlock public_oe property

An array containing NewGroupData information for each Group the agent is a member of
public NewGroupData[] NewGroupDataBlock
Résultat NewGroupData[]