#include <mobu-python-api.h>
Rotation mode for layer.
Inheritance diagram for FBLayerRotationMode:Public Attributes | |
| object | kFBLayerRotationModeInvalidIndex |
| Invalid value. More... | |
| object | kFBLayerRotationModeEulerRotation |
| The rotation will be computed component by component. More... | |
| object | kFBLayerRotationModeQuaternionRotation |
| The rotation will be computed using quaternion. More... | |
| object kFBLayerRotationModeEulerRotation |
The rotation will be computed component by component.
| object kFBLayerRotationModeInvalidIndex |
Invalid value.
| object kFBLayerRotationModeQuaternionRotation |
The rotation will be computed using quaternion.