Class: Channel

engine/anime/action~ Channel


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

Channel

Methods


findKey(time)

Find the key at a specific time.

Parameters:
Name Type Description
time number

Time to seek for.

Source:
Returns:

Will return undefined if no one can be found.

Type
module:engine/anime/action~Key