[This is preliminary documentation and is subject to change.]
Called whenever an object terse update is received
Namespace:
OpenMetaverseAssembly: OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057
Syntax
| C# | Visual Basic | Visual C++ |
public delegate void ObjectUpdatedCallback( Simulator simulator, ObjectUpdate update, ulong regionHandle, ushort timeDilation )
Public Delegate Sub ObjectUpdatedCallback ( _ simulator As Simulator, _ update As ObjectUpdate, _ regionHandle As ULong, _ timeDilation As UShort _ )
public delegate void ObjectUpdatedCallback( Simulator^ simulator, ObjectUpdate update, unsigned long long regionHandle, unsigned short timeDilation )
