Class UsesGetManipulatorDragStateMethods | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class UsesGetManipulatorDragStateMethods

    Inheritance
    Object
    UsesGetManipulatorDragStateMethods
    Namespace: Unity.Labs.EditorXR.Interfaces
    Syntax
    public static class UsesGetManipulatorDragStateMethods

    Methods

    GetManipulatorDragState(IUsesGetManipulatorDragState)

    Returns whether the manipulator is in the dragging state

    Declaration
    public static bool GetManipulatorDragState(this IUsesGetManipulatorDragState user)
    Parameters
    Type Name Description
    IUsesGetManipulatorDragState user

    The functionality user

    Returns
    Type Description
    Boolean

    Whether the manipulator is currently being dragged

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX