Vec2AnimationTrackKeyFramed
Lens Studio v1.0.0+
Inherits from Vec2AnimationTrack
Description
Represents an animation track using vec2 value keyframes.
Methods
addKey(Number time, vec2 value)
: void
Adds a keyframe value value
at time time
.
removeAllKeys()
: void
Removes all keyframes.
removeKeyAt(Number index)
: void
Removes the keyframe at 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