OpenMetaverse Protocol Library Developers API Documentation
AvatarUpdateEventArgs Constructor (simulator, avatar, timeDilation, isNew)
NamespacesOpenMetaverse AvatarUpdateEventArgsAvatarUpdateEventArgs(Simulator, Avatar, UInt16, Boolean)
Construct a new instance of the AvatarUpdateEventArgs class
Declaration Syntax
C#
public
AvatarUpdateEventArgs(

Simulator
simulator,

Avatar
avatar,

ushort
timeDilation,

bool
isNew
)
Parameters
simulator ( Simulator)
The simulator the packet originated from
avatar ( Avatar)
The Avatardata
timeDilation ( UInt16)
The simulator time dilation
isNew ( Boolean)
The avatar was not in the dictionary before this update

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)