BooleanKeyframeTrack

@native @JSImport("three", "BooleanKeyframeTrack") @JSType class BooleanKeyframeTrack extends KeyframeTrack
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Constructors

def this(name: String, times: Array[Any], values: Array[Any])

Inherited methods

def getValueSize(): Double
Inherited from
KeyframeTrack
def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
@JSName("clone")
Inherited from
KeyframeTrack
Inherited from
KeyframeTrack
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def scale(timeScale: Double): KeyframeTrack
Inherited from
KeyframeTrack
def shift(timeOffset: Double): KeyframeTrack
Inherited from
KeyframeTrack
def toLocaleString(): String
Inherited from
Object
def trim(startTime: Double, endTime: Double): KeyframeTrack
Inherited from
KeyframeTrack
def validate(): Boolean
Inherited from
KeyframeTrack
def valueOf(): Any
Inherited from
Object

Inherited fields

var TimeBufferType: Float32Array
Inherited from
KeyframeTrack
var ValueBufferType: Float32Array
Inherited from
KeyframeTrack
var ValueTypeName: String
Inherited from
KeyframeTrack
var name: String
Inherited from
KeyframeTrack
var times: Float32Array
Inherited from
KeyframeTrack
var values: Float32Array
Inherited from
KeyframeTrack