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
Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
AgentID UUID
GroupDataBlock GroupData[]
NewGroupDataBlock NewGroupData[]

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public method

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

Serialize() public method

Serialize the object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

AgentID public_oe property

The Agent receiving the message
public UUID AgentID
return UUID

GroupDataBlock public_oe property

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

NewGroupDataBlock public_oe property

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