AnimationClip

@native @JSImport("three", "AnimationClip") @JSType class AnimationClip extends Object
Companion
object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Constructors

def this(name: UndefOr[String], duration: UndefOr[Double], tracks: UndefOr[Array[KeyframeTrack]], blendMode: UndefOr[AnimationBlendMode])

Concrete methods

@JSName("clone")
def toJSON(clip: AnimationClip): Any
def validate(): Boolean

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var duration: Double
var name: String
var results: Array[Any]
var tracks: Array[KeyframeTrack]
var uuid: String