Show / Hide Table of Contents

    Class HandRay

    Inheritance
    Object
    HandRay
    Inherited Members
    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 HandRay

    Properties

    Ray

    Declaration
    public Ray Ray { get; }
    Property Value
    Type Description
    Ray

    ShouldShowRay

    Declaration
    public bool ShouldShowRay { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Update(Vector3, Vector3, Transform, Handedness)

    Declaration
    public void Update(Vector3 handPosition, Vector3 palmNormal, Transform headTransform, Handedness sourceHandedness)
    Parameters
    Type Name Description
    Vector3 handPosition
    Vector3 palmNormal
    Transform headTransform
    Handedness sourceHandedness
    Back to top Generated by DocFX