Animation View

Base Class: None

Derived Classes: None

Description

Represents the playback of just one animation, shown in the Modeller user interface as an animation window. Changes to this animation will not affect other animations that may be currently playing, or played in the future. It is only possible to control the active, or current animation (the window that is 'nearest') and this is obtained using getCurrentAnimation

Example


' play animation
      call getCurrentAnimation().play()

Available Functions:
 close()
 pause([isPause])
 play([isBackward])
 repeat(isRepeat)
 saveAs(filename)
 setSpeed(speed)
 step([isBackward])
 stop()

Back to Overview