Beispiel #1
0
 private void PropertyGrid_PropertyValueChanged(object s, PropertyValueChangedEventArgs e)
 {
     PendingActionsManager.Execute();
     SetHavokPhysicsParams();
 }
 /// <summary>
 /// Event which gets triggered when the user changes property values in the property grid.
 /// </summary>
 private void propertyGrid_PropertyValueChanged(object s, PropertyValueChangedEventArgs e)
 {
     PendingActionsManager.Execute();
 }