InteractionTracker.ConfigureCenterPointYInertiaModifiers 方法

定义

采用 CompositionConditionalValue 的有序列表。 在帧中,当跟踪器处于惯性状态时,第一个 CompositionConditionalValue 具有其 “ 。条件“的计算结果为 true,将跟踪器使用的缩放 CenterPointY 值替换为其 ”。Value”。 如果没有的计算结果为 true,则不替换该框架的 CenterPointY。

public:
 virtual void ConfigureCenterPointYInertiaModifiers(IIterable<CompositionConditionalValue ^> ^ conditionalValues) = ConfigureCenterPointYInertiaModifiers;
void ConfigureCenterPointYInertiaModifiers(IIterable<CompositionConditionalValue> const& conditionalValues);
public void ConfigureCenterPointYInertiaModifiers(IEnumerable<CompositionConditionalValue> conditionalValues);
function configureCenterPointYInertiaModifiers(conditionalValues)
Public Sub ConfigureCenterPointYInertiaModifiers (conditionalValues As IEnumerable(Of CompositionConditionalValue))

参数

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

适用于