Class 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 |