InteractionTrackerInertiaNaturalMotion.Create(Compositor) 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.
Creates an instance of InteractionTrackerInertiaNaturalMotion.
public:
static InteractionTrackerInertiaNaturalMotion ^ Create(Compositor ^ compositor);
static InteractionTrackerInertiaNaturalMotion Create(Compositor const& compositor);
public static InteractionTrackerInertiaNaturalMotion Create(Compositor compositor);
function create(compositor)
Public Shared Function Create (compositor As Compositor) As InteractionTrackerInertiaNaturalMotion
Parameters
- compositor
- Compositor
The compositor to use when creating the InteractionTrackerInertiaNaturalMotion object.
Returns
Returns the created InteractionTrackerInertiaNaturalMotion object.