当前位置: 首页>>代码示例>>C#>>正文


C# Containers.Notifier类代码示例

本文整理汇总了C#中WinterLeaf.Containers.Notifier的典型用法代码示例。如果您正苦于以下问题:C# Notifier类的具体用法?C# Notifier怎么用?C# Notifier使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。


Notifier类属于WinterLeaf.Containers命名空间,在下文中一共展示了Notifier类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。

示例1: _cellLayout_OnChangeNotification

 private void _cellLayout_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".cellLayout", e.NewValue);
     }
开发者ID:RichardRanft,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:coMaterial.cs

示例2: _padding_OnChangeNotification

 private void _padding_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".padding", e.NewValue);
     }
开发者ID:RichardRanft,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:coGuiContainer.cs

示例3: _frameColor_OnChangeNotification

 private void _frameColor_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".frameColor", e.NewValue);
     }
开发者ID:RichardRanft,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:coGuiHealthBarHud.cs

示例4: _renderOffset_OnChangeNotification

 private void _renderOffset_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".renderOffset", e.NewValue);
     }
开发者ID:RichardRanft,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:coGuiCursor.cs

示例5: _elementTint_OnChangeNotification

 private void _elementTint_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".elementTint", e.NewValue);
     }
开发者ID:Winterleaf,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:coLightFlareData.cs

示例6: _swimBoundingBox_OnChangeNotification

 private void _swimBoundingBox_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".swimBoundingBox", e.NewValue);
     }
开发者ID:Winterleaf,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:coPlayerData.cs

示例7: _ShapeScaleMin_OnChangeNotification

 private void _ShapeScaleMin_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".ShapeScaleMin", e.NewValue);
     }
开发者ID:Winterleaf,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:cofxShapeReplicator.cs

示例8: _sunDiffuse_OnChangeNotification

 private void _sunDiffuse_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".sunDiffuse", e.NewValue);
     }
开发者ID:Winterleaf,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:coGuiShapeEdPreview.cs

示例9: _massCenter_OnChangeNotification

 private void _massCenter_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".massCenter", e.NewValue);
     }
开发者ID:RichardRanft,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:coVehicleData.cs

示例10: _targetSize_OnChangeNotification

 private void _targetSize_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".targetSize", e.NewValue);
     }
开发者ID:Winterleaf,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:coPostEffect.cs

示例11: _billboardUVs_OnChangeNotification

 private void _billboardUVs_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".billboardUVs", e.NewValue);
     }
开发者ID:RichardRanft,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:coGroundCover.cs

示例12: _hitAreaUpperLeft_OnChangeNotification

 private void _hitAreaUpperLeft_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".hitAreaUpperLeft", e.NewValue);
     }
开发者ID:RichardRanft,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:coGuiGameListMenuProfile.cs

示例13: _borderColorNA_OnChangeNotification

 private void _borderColorNA_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".borderColorNA", e.NewValue);
     }
开发者ID:Winterleaf,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:coGuiControlProfile.cs

示例14: _colorMultiply_OnChangeNotification

 private void _colorMultiply_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".colorMultiply", e.NewValue);
     }
开发者ID:RichardRanft,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:coMaterial.cs

示例15: _ambientLightBlendCurve_OnChangeNotification

 private void _ambientLightBlendCurve_OnChangeNotification(object o, Notifier.ChangeNotificationEventArgs e)
     {
     dnTorque.self.SetVar(_mSimObjectId + ".ambientLightBlendCurve", e.NewValue);
     }
开发者ID:Winterleaf,项目名称:DNT-Torque3D-V1.1,代码行数:4,代码来源:coLevelInfo.cs


注:本文中的WinterLeaf.Containers.Notifier类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。