v18.actor.Actor.Animation¶
Warning
This class is autogenerated. More detailed documentation can be found in the SDFormat spec.
- class v18.actor.Actor.Animation(filename='__default__', scale=1.0, interpolate_x=False, name=None)¶
Animation file defines an animation for the skeleton in the skin.
The skeleton must be compatible with the skin skeleton.
- Parameters
- filename: Path to animation file. Accepted formats: COLLADA,
BVH.
- scale: Scale for the animation skeleton.
- interpolate_x: Set to true so the animation is interpolated on
- name: Unique name for animation.