Objects / Tails7 Objects / Mapper Object / Rotation Mode (23 June, 2026)


This behavior is a behavior responsible for rotating objects (Introduced in R1.0.2).


This mode uses two variables: _RotationBase and _RotationMod.

    • _RotationBase is automatically calculated by the mode;
    • _RotationMod is a value that is added to the final rotation result.

For example, if you want to add 5 degrees to the rotation, you assign 5 to this variable.

Different modes

Value

Description

Required version

"DEFAULT"

Changes the object's rotation dependent on the camera's Y-axis rotation for objects.

R1.0.2_18.05.25

"NONE"

No operations.


Note

Setting a value other than those on the list (or "NONE")  will cause this behavior to be ignored.


See also:

Created with the Personal Edition of HelpNDoc: Easy Qt Help documentation editor