AnimationUtils class

Constructors

AnimationUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

makeClipAdditive(AnimationClip targetClip, {int referenceFrame = 0, AnimationClip? referenceClip, int fps = 30}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subclip(dynamic sourceClip, dynamic name, dynamic startFrame, dynamic endFrame, {int fps = 30}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

arraySlice(dynamic array, [int? from, int? to]) → dynamic
convertArray(dynamic array, String type, [bool forceClone = false]) → dynamic
flattenJSON(dynamic jsonKeys, dynamic times, dynamic values, dynamic valuePropertyName) → dynamic
getKeyframeOrder(dynamic times) → dynamic
isTypedArray(dynamic object) → dynamic
sortedArray(List<num> values, dynamic stride, dynamic order) → dynamic