[page:KeyframeTrack] →

[name]

A Track of boolean keyframe values.

Constructor

[name]( [param:String name], [param:Array times], [param:Array values] )

[page:String name] - (required) identifier for the KeyframeTrack.
[page:Array times] - (required) array of keyframe times.
[page:Array values] - values for the keyframes at the times specified.

Properties

See [page:KeyframeTrack] for inherited properties.

.DefaultInterpolation : Constant

The default interpolation type to use, [page:Animation InterpolateDiscrete].

.ValueBufferType : Array

A normal Array (no Float32Array in this case, unlike `ValueBufferType` of [page:KeyframeTrack]).

.ValueTypeName : String

String 'bool'.

Methods

See [page:KeyframeTrack] for inherited methods.

.InterpolantFactoryMethodLinear () : undefined

The value of this method here is 'undefined', as it does not make sense for discrete properties.

.InterpolantFactoryMethodSmooth () : undefined

The value of this method here is 'undefined', as it does not make sense for discrete properties.

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

BooleanKeyframeTrack BooleanKeyframeTrack BooleanKeyframeTrack BooleanKeyframeTrack

BooleanKeyframeTrack BooleanKeyframeTrack BooleanKeyframeTrack BooleanKeyframeTrack