Vec4AnimationTrackKeyFramed
Lens Studio v1.0.0+
Inherits from Vec4AnimationTrack
Description
Represents an animation track using vec4 value keyframes.
Methods
addKey(Number time, vec4 value)
: void
Adds a key with value value
at time time
.
removeAllKeys()
: void
Removes all keys.
removeKeyAt(Number index)
: void
Removes key at index index
.
Inherited Methods
getTypeName()
: String
Returns the name of this object’s type.
isOfType(String type)
: Boolean
Returns true if the object matches or derives from the passed in type.
Still Looking for help?
Visit Support