日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class SimulatedHandDataProvider

    Produces simulated data every frame that defines joint positions.

    Inheritance
    Object
    SimulatedControllerDataProvider
    SimulatedHandDataProvider
    Inherited Members
    SimulatedControllerDataProvider.profile
    SimulatedControllerDataProvider.IsAlwaysVisibleLeft
    SimulatedControllerDataProvider.IsAlwaysVisibleRight
    SimulatedControllerDataProvider.IsSimulatingLeft
    SimulatedControllerDataProvider.IsSimulatingRight
    SimulatedControllerDataProvider.lastSimulationLeft
    SimulatedControllerDataProvider.lastSimulationRight
    SimulatedControllerDataProvider.lastSimulationGaze
    SimulatedControllerDataProvider.lastInputTrackedTimestampLeft
    SimulatedControllerDataProvider.lastInputTrackedTimestampRight
    SimulatedControllerDataProvider.lastInputTrackedTimestampGaze
    SimulatedControllerDataProvider.cancelRotationKey
    SimulatedControllerDataProvider.mouseRotation
    SimulatedControllerDataProvider.ResetInput(Handedness)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class SimulatedHandDataProvider : SimulatedControllerDataProvider

    Constructors

    SimulatedHandDataProvider(MixedRealityInputSimulationProfile)

    Declaration
    public SimulatedHandDataProvider(MixedRealityInputSimulationProfile _profile)
    Parameters
    Type Name Description
    MixedRealityInputSimulationProfile _profile

    Methods

    SimulateUserInput(MouseDelta)

    Update hand state based on keyboard and mouse input

    Declaration
    protected override void SimulateUserInput(MouseDelta mouseDelta)
    Parameters
    Type Name Description
    MouseDelta mouseDelta
    Overrides
    SimulatedControllerDataProvider.SimulateUserInput(MouseDelta)

    UpdateHandData(SimulatedHandData, SimulatedHandData, SimulatedHandData, MouseDelta)

    Capture a snapshot of simulated hand data based on current state.

    Declaration
    public bool UpdateHandData(SimulatedHandData handDataLeft, SimulatedHandData handDataRight, SimulatedHandData handDataGaze, MouseDelta mouseDelta)
    Parameters
    Type Name Description
    SimulatedHandData handDataLeft
    SimulatedHandData handDataRight
    SimulatedHandData handDataGaze
    MouseDelta mouseDelta
    Returns
    Type Description
    Boolean
    Back to top Generated by DocFX