apply abstract method

void apply(
  1. T core,
  2. double elapsedSeconds
)

Apply animation to objects registered in core. Note that a core context is specified as animations can be applied to instances.

Implementation

void apply(T core, double elapsedSeconds);