UNPKG

three

Version:

JavaScript 3D library

13 lines (8 loc) 229 B
import { KeyframeTrack } from './../KeyframeTrack'; export class BooleanKeyframeTrack extends KeyframeTrack { constructor( name: string, times: any[], values: any[] ); /** * @default 'bool' */ ValueTypeName: string; }