FBLayerRotationMode Class Reference

FBLayerRotationMode Class Reference

#include <mobu-python-api.h>

Class Description

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...
 

Member Data Documentation

object kFBLayerRotationModeEulerRotation

The rotation will be computed component by component.

object kFBLayerRotationModeInvalidIndex

Invalid value.

object kFBLayerRotationModeQuaternionRotation

The rotation will be computed using quaternion.