doggydog-3d / node_modules /three /src /animation /tracks /BooleanKeyframeTrack.d.ts
machineuser
version control dist & node_modules...
263e0f2
raw
history blame contribute delete
171 Bytes
import { KeyframeTrack } from './../KeyframeTrack';
export class BooleanKeyframeTrack extends KeyframeTrack {
constructor(name: string, times: any[], values: any[]);
}