[This is preliminary documentation and is subject to change.]

Handles cached object update packets from the simulator

Namespace:  OpenMetaverse
Assembly:  OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057

Syntax

         
 C#  Visual Basic  Visual C++ 
protected void CachedUpdateHandler(
	Packet packet,
	Simulator simulator
)
Protected Sub CachedUpdateHandler ( _
	packet As Packet, _
	simulator As Simulator _
)
protected:
void CachedUpdateHandler(
	Packet^ packet, 
	Simulator^ simulator
)

Parameters

packet
Packet
The packet containing the object data
simulator
Simulator
The simulator sending the data

See Also