Class BasePoseProvider | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class BasePoseProvider

    The BasePoseProvider type is used as the base interface for all "Pose Providers" Implementing this abstract class will allow the Pose Provider to be linked to a Tracked Pose Driver.

    Inheritance
    System.Object
    BasePoseProvider
    Namespace: UnityEngine.Experimental.XR.Interaction
    Syntax
    [Serializable]
    public abstract class BasePoseProvider : MonoBehaviour

    Methods

    TryGetPoseFromProvider(out Pose)

    Gets the Pose value from the implementor of this abstract class. returns true on success, false on error.

    Declaration
    public abstract bool TryGetPoseFromProvider(out Pose output)
    Parameters
    Type Name Description
    Pose output
    Returns
    Type Description
    System.Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023