Struct Context¶
Defined in File ImGuizmo.cpp
Struct Documentation¶
-
struct
imgui::gizmo
::
Context
¶ Public Functions
-
inline
Context
()¶
Public Members
-
ImDrawList *
mDrawList
¶
-
MODE
mMode
¶
-
float
mRadiusSquareCenter
¶
-
ImVec2
mScreenSquareCenter
¶
-
ImVec2
mScreenSquareMin
¶
-
ImVec2
mScreenSquareMax
¶
-
float
mScreenFactor
¶
-
bool
mbUsing
¶
-
bool
mbEnable
¶
-
float
mRotationAngle
¶
-
float
mRotationAngleOrigin
¶
-
float
mSaveMousePosx
¶
-
bool
mBelowAxisLimit
[3]¶
-
bool
mBelowPlaneLimit
[3]¶
-
float
mAxisFactor
[3]¶
-
int
mBoundsBestAxis
¶
-
int
mBoundsAxis
[2]¶
-
bool
mbUsingBounds
¶
-
int
mCurrentOperation
¶
-
float
mX
= 0.f¶
-
float
mY
= 0.f¶
-
float
mWidth
= 0.f¶
-
float
mHeight
= 0.f¶
-
float
mXMax
= 0.f¶
-
float
mYMax
= 0.f¶
-
float
mDisplayRatio
= 1.f¶
-
bool
mIsOrthographic
= false¶
-
int
mActualID
= -1¶
-
int
mEditingID
= -1¶
-
OPERATION
mOperation
= OPERATION(-1)¶
-
inline