public virtual void OnPhysicsUpdated(PhysicsEventArgs e) { if (PhysicsUpdated != null) { PhysicsUpdated(this, e); } }