enum MAGES::SceneGraph::RemoveActionData::LockAxis¶
Overview¶
Enum to select which axis to lock during the object removal. More…
enum LockAxis { None, X, XReveresed, Y, YReveresed, Z, ZReveresed, };
Detailed Documentation¶
Enum to select which axis to lock during the object removal.
Enum Values¶
None
None of the axis are locked. The object can be removed in any direction.
X
The object can be removed only in the X axis.
XReveresed
The object can be removed only in the S axis (reversed).
Y
The object can be removed only in the Y axis.
YReveresed
The object can be removed only in the Y axis (reversed).
Z
The object can be removed only in the Z axis.
ZReveresed
The object can be removed only in the Z axis (reversed).