InteractionTrackerInertiaRestingValue.Create(Compositor) 方法

定义

public:
 static InteractionTrackerInertiaRestingValue ^ Create(Compositor ^ compositor);
 static InteractionTrackerInertiaRestingValue Create(Compositor const& compositor);
public static InteractionTrackerInertiaRestingValue Create(Compositor compositor);
function create(compositor)
Public Shared Function Create (compositor As Compositor) As InteractionTrackerInertiaRestingValue

参数

compositor
Compositor

创建 InteractionTrackerInertiaRestingValue 对象时要使用的合成器。

返回

返回创建的 InteractionTrackerInertiaRestingValue 对象。

适用于