FBNewKeyInterpolationType Class Reference

FBNewKeyInterpolationType Class Reference

#include <mobu-python-api.h>

Class Description

Key Interpolation Type to use when creating new keys.

+ Inheritance diagram for FBNewKeyInterpolationType:

Public Attributes

object kFBNewKeyInterpolation_None
 Invalid interpolation type, could be returned by the system if it is in an uninitialized state. More...
 
object kFBNewKeyInterpolation_Auto
 Auto interpolation type. More...
 
object kFBNewKeyInterpolation_Spline
 Spline interpolation type. More...
 
object kFBNewKeyInterpolation_SplineClamp
 Spline Clamp interpolation type. More...
 
object kFBNewKeyInterpolation_Linear
 Linear interpolation type. More...
 
object kFBNewKeyInterpolation_Step
 Step interpolation type. More...
 
object kFBNewKeyInterpolation_TCB
 TCB interpolation type. More...
 
object kFBNewKeyInterpolation_Smooth
 Smooth interpolation type. More...
 
object kFBNewKeyInterpolation_SmoothClamp
 Smooth Clamp interpolation type. More...
 
object kFBNewKeyInterpolation_Fixed
 Fixed interpolation type. More...
 
object kFBNewKeyInterpolation_Custom0
 Custom 0 interpolation type. More...
 
object kFBNewKeyInterpolation_Custom1
 Custom 1 interpolation type. More...
 
object kFBNewKeyInterpolation_Custom2
 Custom 2 interpolation type. More...
 

Member Data Documentation

object kFBNewKeyInterpolation_Auto

Auto interpolation type.

object kFBNewKeyInterpolation_Custom0

Custom 0 interpolation type.

object kFBNewKeyInterpolation_Custom1

Custom 1 interpolation type.

object kFBNewKeyInterpolation_Custom2

Custom 2 interpolation type.

object kFBNewKeyInterpolation_Fixed

Fixed interpolation type.

object kFBNewKeyInterpolation_Linear

Linear interpolation type.

object kFBNewKeyInterpolation_None

Invalid interpolation type, could be returned by the system if it is in an uninitialized state.

Don't use this mode.

object kFBNewKeyInterpolation_Smooth

Smooth interpolation type.

object kFBNewKeyInterpolation_SmoothClamp

Smooth Clamp interpolation type.

object kFBNewKeyInterpolation_Spline

Spline interpolation type.

object kFBNewKeyInterpolation_SplineClamp

Spline Clamp interpolation type.

object kFBNewKeyInterpolation_Step

Step interpolation type.

object kFBNewKeyInterpolation_TCB

TCB interpolation type.