C# Class OpenMetaverse.KillObjectEventArgs

Provides notification when an Avatar, Object or Attachment is DeRezzed or moves out of the avatars view for the ObjectManager.KillObject event
Inheritance: System.EventArgs
Show file Open project: openmetaversefoundation/libopenmetaverse Class Usage Examples

Public Methods

Method Description
KillObjectEventArgs ( Simulator simulator, uint objectID ) : System

Method Details

KillObjectEventArgs() public method

public KillObjectEventArgs ( Simulator simulator, uint objectID ) : System
simulator Simulator
objectID uint
return System