new Channel()
Channel represents a specific path of variable. Say we have an
action that modifies position and two channels will be created
for that as position.x and position.y.
- Source:
Classes
Methods
-
findKey(time)
-
Find the key at a specific time.
Parameters:
Name Type Description timenumber Time to seek for.
- Source:
Returns:
Will return undefined if no one can be found.