Unigine::WidgetManipulatorRotator Class
Header: | #include <UnigineWidgets.h> |
Inherits: | WidgetManipulator |
WidgetManipulatorRotator Class
Members
static WidgetManipulatorRotatorPtr create(const Ptr<Gui> & gui)
Constructor. Creates a rotating manipulator.Arguments
- const Ptr<Gui> & gui - GUI, to which the rotator will belong.
Ptr<WidgetManipulatorRotator> cast(const Ptr<WidgetManipulator> & widgetmanipulator)
Casts a WidgetManipulatorRotator out of the WidgetManipulator instance.Arguments
- const Ptr<WidgetManipulator> & widgetmanipulator - Pointer to WidgetManipulator.
Return value
Pointer to WidgetManipulatorRotator.int AXIS_UNKNOWN
Description
The selected axis of the manipulator is undefined.int AXIS_X
Description
The manipulator has the X axis selected.int AXIS_Y
Description
The manipulator has the Y axis selected.int AXIS_Z
Description
The manipulator has the Z axis selected.int AXIS_T
Description
The manipulator is controlled by the trackball.int NUM_AXIS
Description
Total number of axes of the manipulator.Last update: 2018-04-26
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)