Bearbeiten

ManipulationEventData Class

Definition

Information associated with a particular manipulation event.

public ref class ManipulationEventData
public class ManipulationEventData
type ManipulationEventData = class
Public Class ManipulationEventData
Inheritance
ManipulationEventData

Constructors

ManipulationEventData()

Properties

IsNearInteraction

Whether the Manipulation is a NearInteration or not.

ManipulationSource

The object being manipulated

Pointer

The pointer manipulating the object or hovering over the object. Will be null for OnManipulationEnded.

PointerAngularVelocity

Pointer's Angular Velocity in Eulers.

PointerCentroid

Center of the ObjectManipulator's Pointer in world space

PointerVelocity

Pointer's Velocity.

Applies to