C# Class OpenMetaverse.ObjectPropertiesEventArgs

Provides additional primitive data for the ObjectManager.ObjectProperties event

The ObjectManager.ObjectProperties event occurs when the simulator sends an ObjectPropertiesPacket containing additional details for a Primitive, Foliage data or Attachment data

The ObjectManager.ObjectProperties event is also raised when a ObjectManager.SelectObject request is made.

Inheritance: System.EventArgs
Show file Open project: openmetaversefoundation/libopenmetaverse Class Usage Examples

Protected Properties

Property Type Description
m_Properties Primitive.ObjectProperties
m_Simulator Simulator

Public Methods

Method Description
ObjectPropertiesEventArgs ( Simulator simulator, Primitive props ) : System

Construct a new instance of the ObjectPropertiesEventArgs class

Method Details

ObjectPropertiesEventArgs() public method

Construct a new instance of the ObjectPropertiesEventArgs class
public ObjectPropertiesEventArgs ( Simulator simulator, Primitive props ) : System
simulator Simulator The simulator the object is located
props Primitive The primitive Properties
return System

Property Details

m_Properties protected property

protected Primitive.ObjectProperties m_Properties
return Primitive.ObjectProperties

m_Simulator protected property

protected Simulator,OpenMetaverse m_Simulator
return Simulator