AnimationClip

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

Value members

Concrete methods

def CreateClipsFromMorphTargetSequences(morphTargets: Array[MorphTarget], fps: Double, noLoop: Boolean): Array[AnimationClip]
def CreateFromMorphTargetSequence(name: String, morphTargetSequence: Array[MorphTarget], fps: Double, noLoop: Boolean): AnimationClip
def findByName(clipArray: Array[AnimationClip], name: String): AnimationClip
def parse(json: Any): AnimationClip
def parseAnimation(animation: Any, bones: Array[Bone]): AnimationClip
def toJSON(clip: AnimationClip): Any

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