Class: KeyframeTrack

(abstract) zen3d.KeyframeTrack(target, propertyPath, times, values, interpolant)

(abstract) new KeyframeTrack(target, propertyPath, times, values, interpolant)

Base class for property track.
Parameters:
Name Type Description
target zen3d.Object3D
propertyPath string
times Array
values Array
interpolant Boolean
Source: