FBGapMode Class Reference

FBGapMode Class Reference

#include <mobu-python-api.h>

Class Description

Gap interpolation modes.

+ Inheritance diagram for FBGapMode:

Public Attributes

object kFBGapRigidBody
 Use rigid body information. More...
 
object kFBGapConstant
 Constant interpolation. More...
 
object kFBGapLinear
 Linear interpolation. More...
 
object kFBGapBezier
 Bezier interpolation. More...
 
object kFBGapCurve
 Cubic/curve interpolation. More...
 
object kFBGapSample
 Sampled data. More...
 

Member Data Documentation

object kFBGapBezier

Bezier interpolation.

object kFBGapConstant

Constant interpolation.

object kFBGapCurve

Cubic/curve interpolation.

object kFBGapLinear

Linear interpolation.

object kFBGapRigidBody

Use rigid body information.

object kFBGapSample

Sampled data.