Method GetManipulatorDragState
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 |
---|---|
bool | Whether the manipulator is currently being dragged |