VisualInteractionSource.ConfigureDeltaScaleModifiers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Takes an ordered list of CompositionConditionalValue objects. In a frame, the first CompositionConditionalValue to have its Condition property return true replaces the DeltaScale value with the value provided by the CompositionConditionalValue.Value property. If none evaluate to true, the DeltaScale is not replaced for that frame.
public:
virtual void ConfigureDeltaScaleModifiers(IIterable<CompositionConditionalValue ^> ^ conditionalValues) = ConfigureDeltaScaleModifiers;
void ConfigureDeltaScaleModifiers(IIterable<CompositionConditionalValue> const& conditionalValues);
public void ConfigureDeltaScaleModifiers(IEnumerable<CompositionConditionalValue> conditionalValues);
function configureDeltaScaleModifiers(conditionalValues)
Public Sub ConfigureDeltaScaleModifiers (conditionalValues As IEnumerable(Of CompositionConditionalValue))
Parameters
- conditionalValues