Interface IProvidesGetManipulatorDragState
Provide the ability to get the current manipulator drag state
Inherited Members
Namespace: Unity.Labs.EditorXR.Interfaces
Syntax
public interface IProvidesGetManipulatorDragState : IFunctionalityProvider
Methods
GetManipulatorDragState()
Returns whether the manipulator is in the dragging state
Declaration
bool GetManipulatorDragState()
Returns
| Type | Description |
|---|---|
| Boolean | Whether the manipulator is currently being dragged |