Protected
constructorThe name of the Asset in Lens Studio.
Readonly
uniqueStatic
createSamples the track at the given time to get some value.
Samples the track at the given time to get some value. Returns 0 for non-existent channels.
Samples the track at the given time to get some value. Returns 0 for non-existent channels.
Samples the track at the given time to get some value. Returns 0 for non-existent channels.
Samples the track at the given time to get some value. Returns 0 for non-existent channels.
Retrieves an AnimationCurve associated with the given key.
Returns an array of strings, which are the names of properties associated with the AnimationCurveTrack.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
Container for one or more AnimationCurves. Can be sampled to drive attributes (e.g. animation, vfx, code etc.)
Remarks
When evaluating multiple values, the values are selected from left to right in order. For example, for a vec3 containing
x
,y
,z
it will correspond to track index0
,1
,2
from left to right.