InteractionTracker.CreateWithOwner 方法

定义

使用指定的所有者创建 InteractionTracker 的实例。

此 Create 方法将实例化与所有者的 InteractionTracker ,以便注册回调。 创建 InteractionTracker 设置属性、附加 VisualInteractionSource 并在 ExpressionAnimation 中引用位置或缩放后,活动输入可以驱动 ExpressionAnimation。 仅当应用程序需要接收有关 InteractionTracker 的状态和值的回调时,才需要创建具有所有者的 InteractionTracker

public:
 static InteractionTracker ^ CreateWithOwner(Compositor ^ compositor, IInteractionTrackerOwner ^ owner);
 static InteractionTracker CreateWithOwner(Compositor const& compositor, IInteractionTrackerOwner const& owner);
public static InteractionTracker CreateWithOwner(Compositor compositor, IInteractionTrackerOwner owner);
function createWithOwner(compositor, owner)
Public Shared Function CreateWithOwner (compositor As Compositor, owner As IInteractionTrackerOwner) As InteractionTracker

参数

compositor
Compositor

用于创建 InteractionTracker 实例的合成器。

owner
IInteractionTrackerOwner

要与创建的 InteractionTracker 关联的 InteractionTracker 所有者。

返回

返回创建的 InteractionTracker 对象。

适用于