C# Class OpenMetaverse.PhysicsPropertiesEventArgs

Set when simulator sends us infomation on primitive's physical properties
Inheritance: System.EventArgs
Afficher le fichier Open project: openmetaversefoundation/libopenmetaverse Class Usage Examples

Méthodes publiques

Свойство Type Description
PhysicsProperties Primitive.PhysicsProperties
Simulator Simulator

Méthodes publiques

Méthode Description
PhysicsPropertiesEventArgs ( Simulator sim, Primitive props ) : System

Constructor

Method Details

PhysicsPropertiesEventArgs() public méthode

Constructor
public PhysicsPropertiesEventArgs ( Simulator sim, Primitive props ) : System
sim Simulator Simulator where the message originated
props Primitive Updated physical properties
Résultat System

Property Details

PhysicsProperties public_oe property

Updated physical properties
public Primitive.PhysicsProperties PhysicsProperties
Résultat Primitive.PhysicsProperties

Simulator public_oe property

Simulator where the message originated
public Simulator,OpenMetaverse Simulator
Résultat Simulator