web3d / node_modules /three /src /animation /tracks /BooleanKeyframeTrack.d.ts
julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
raw
history blame contribute delete
171 Bytes
import { KeyframeTrack } from './../KeyframeTrack';
export class BooleanKeyframeTrack extends KeyframeTrack {
constructor(name: string, times: any[], values: any[]);
}