C# Class OpenMetaverse.KillObjectsEventArgs

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

Public Methods

Method Description
KillObjectsEventArgs ( Simulator simulator, uint objectIDs ) : System

Method Details

KillObjectsEventArgs() public method

public KillObjectsEventArgs ( Simulator simulator, uint objectIDs ) : System
simulator Simulator
objectIDs uint
return System