Enumeration

BisAnimationState

Declaration

enum Bis.AnimationState

Description [src]

Describes the possible states of an BisAnimation.

The state can be controlled with bis_animation_play(), bis_animation_pause(), bis_animation_resume(), bis_animation_reset() and bis_animation_skip().

Available since:1.0

Members

Name Description
BIS_ANIMATION_IDLE

The animation hasn’t started yet.

BIS_ANIMATION_PAUSED

The animation has been paused.

BIS_ANIMATION_PLAYING

The animation is currently playing.

BIS_ANIMATION_FINISHED

The animation has finished.