AnimationUtils

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

Value members

Concrete methods

def arraySlice(array: Any, from: Double, to: Double): Any
def convertArray(array: Any, `type`: Any, forceClone: Boolean): Any
def flattenJSON(jsonKeys: Array[String], times: Array[Any], values: Array[Any], valuePropertyName: String): Unit
def getKeyFrameOrder(times: Array[Double]): Array[Double]
def isTypedArray(`object`: Any): Boolean
def makeClipAdditive(targetClip: AnimationClip, referenceFrame: UndefOr[Double], referenceClip: UndefOr[AnimationClip], fps: UndefOr[Double]): AnimationClip
def sortedArray(values: Array[Any], stride: Double, order: Array[Double]): Array[Any]
def subclip(sourceClip: AnimationClip, name: String, startFrame: Double, endFrame: Double, fps: UndefOr[Double]): AnimationClip

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