We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Interface IHandPhysicsService

    Generic interface for applying rigidbodies to hand joints

    Inherited Members
    IMixedRealityService.Name
    IMixedRealityService.Priority
    IMixedRealityService.ConfigurationProfile
    IMixedRealityService.Initialize()
    IMixedRealityService.Reset()
    IMixedRealityService.Enable()
    IMixedRealityService.Update()
    IMixedRealityService.LateUpdate()
    IMixedRealityService.Disable()
    IMixedRealityService.Destroy()
    IDisposable.Dispose()
    Namespace: Microsoft.MixedReality.Toolkit.Extensions.HandPhysics
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IHandPhysicsService : IMixedRealityExtensionService, IMixedRealityService, IDisposable

    Properties

    FingerTipKinematicBodyPrefab

    The prefab to represent each physics joints

    Declaration
    GameObject FingerTipKinematicBodyPrefab { get; set; }
    Property Value
    Type Description
    GameObject

    HandPhysicsLayer

    The LayerMask the physics joints will be on

    Declaration
    int HandPhysicsLayer { get; set; }
    Property Value
    Type Description
    Int32

    HandPhysicsServiceRoot

    The parent GameObject that contains all the physics joints

    Declaration
    GameObject HandPhysicsServiceRoot { get; }
    Property Value
    Type Description
    GameObject

    PalmKinematicBodyPrefab

    The prefab to represent the Palm physics joints

    Declaration
    GameObject PalmKinematicBodyPrefab { get; set; }
    Property Value
    Type Description
    GameObject

    UsePalmKinematicBody

    Whether to make the palm a physics joint

    Declaration
    bool UsePalmKinematicBody { get; set; }
    Property Value
    Type Description
    Boolean
    In This Article
    Back to top Generated by DocFX