Search Results for

    Show / Hide Table of Contents

    Struct XRHandJoint

    Specifies pose of a hand joint.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.Framework.XR
    Assembly: Evergine.Framework.dll
    Syntax
    public struct XRHandJoint

    Fields

    Accuracy

    The joint tracking accuracy.

    Declaration
    public float Accuracy
    Field Value
    Type Description
    float

    Pose

    The joint pose.

    Declaration
    public ViewPose Pose
    Field Value
    Type Description
    ViewPose

    Radius

    The joint radius.

    Declaration
    public float Radius
    Field Value
    Type Description
    float

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX