Animator.stepArray

Object animation function. The input object receives an animation step from which it can play any animation.

  1. void step(IAnimated anim)
  2. void stepArray(IAnimated[] anim)
    class Animator
    @safe
    void
    stepArray

Parameters

anim IAnimated[]

Animation object.

Meta