AnimationClip

class pythreejs.AnimationClip(name=None, duration=-1, tracks=[])[source]

AnimationClip

Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/animation/AnimationClip

Inherits ThreeWidget.

Three.js docs: https://threejs.org/docs/#api/animation/AnimationClip

name
Unicode(None, allow_none=True).tag(sync=True)
duration
CFloat(-1, allow_none=False).tag(sync=True)
tracks
Tuple().tag(sync=True, **widget_serialization)
duration = CFloat(-1)

a float

name = Unicode(None)

a unicode string

tracks = Tuple()

a tuple of any type