Search Results for

    Show / Hide Table of Contents

    Delegate XRSpatialInputManager.HoldStartedEventDelegate

    The hold gesture has started.

    Namespace: Evergine.Framework.XR.Interaction
    Assembly: Evergine.Framework.dll
    Syntax
    public delegate void XRSpatialInputManager.HoldStartedEventDelegate(XRSpatialInputManager sender, SpatialSource source, Ray headRay)
    Parameters
    Type Name Description
    XRSpatialInputManager sender

    The sender.

    SpatialSource source

    The source of the event.

    Ray headRay

    The head ray, which can be used to determine what the user was looking at when the event occurred, as it can be from a previous frame.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX