C# Class Universe.Framework.PresenceInfo.AgentCircuitData

Inheritance: Universe.Framework.Modules.IDataTransferable
Mostra file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Methods

Method Description
Copy ( ) : AgentCircuitData
FromOSD ( OSDMap map ) : void

Deserialize the module from OSD

ToOSD ( ) : OSDMap

Serialize the module to OSD

Method Details

Copy() public method

public Copy ( ) : AgentCircuitData
return AgentCircuitData

FromOSD() public method

Deserialize the module from OSD
public FromOSD ( OSDMap map ) : void
map OSDMap
return void

ToOSD() public method

Serialize the module to OSD
public ToOSD ( ) : OSDMap
return OSDMap