private void _damageFillColor_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".damageFillColor", e.NewValue);
 }
Exemple #2
0
 void _lightColor_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".lightColor", e.NewValue);
 }
 private void _scale_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".scale", e.NewValue);
 }
 void _textureCoords_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".textureCoords", e.NewValue);
 }
 private void _canvasClearColor_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".canvasClearColor", e.NewValue);
 }
 private void _TerrainAlignment_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".TerrainAlignment", e.NewValue);
 }
 void _popupBackgroundColor_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".popupBackgroundColor", e.NewValue);
 }
Exemple #8
0
 void _missionAreaFrameColor_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".missionAreaFrameColor", e.NewValue);
 }
 void _fadeOutEase_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".fadeOutEase", e.NewValue);
 }
Exemple #10
0
 void _initialPosition_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".initialPosition", e.NewValue);
 }
Exemple #11
0
 private void _hitAreaUpperLeft_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".hitAreaUpperLeft", e.NewValue);
 }
Exemple #12
0
 void _camShakeFreq_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".camShakeFreq", e.NewValue);
 }
Exemple #13
0
 void _rippleTexScale_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".rippleTexScale", e.NewValue);
 }
 private void _gridMinorTickColor_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".gridMinorTickColor", e.NewValue);
 }
 private void _PlacementColour_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".PlacementColour", e.NewValue);
 }
 private void _initialVelocity_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".initialVelocity", e.NewValue);
 }
 private void _ShapeRotateMin_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".ShapeRotateMin", e.NewValue);
 }
Exemple #18
0
 void _massCenter_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".massCenter", e.NewValue);
 }
 void _objMouseOverSelectColor_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".objMouseOverSelectColor", e.NewValue);
 }
Exemple #20
0
 void _elementTint_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".elementTint", e.NewValue);
 }
 void _animTexTiling_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".animTexTiling", e.NewValue);
 }
 private void _dustTrailOffset_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".dustTrailOffset", e.NewValue);
 }
 private void _ambientLightBlendCurve_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".ambientLightBlendCurve", e.NewValue);
 }
 private void _bitmapBounds_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".bitmapBounds", e.NewValue);
 }
Exemple #25
0
 private void _gridDimension_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".gridDimension", e.NewValue);
 }
 void _alignDirection_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".alignDirection", e.NewValue);
 }
Exemple #27
0
 void _buttonMargin_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".buttonMargin", e.NewValue);
 }
 void _DefaultNormal_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".DefaultNormal", e.NewValue);
 }
 void _columns_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".columns", e.NewValue);
 }
 void _gridSize_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
 {
     dnTorque.self.SetVar(_mSimObjectId + ".gridSize", e.NewValue);
 }