VISU - PHP Game Framework

ParallelAnimations extends BaseAnimationContainer
in package

Parallel animations, played at the same time.

Table of Contents

Properties

$animations  : array<string|int, mixed>|null
$finished  : bool
$running  : bool
$tag  : int|null

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct([array<string|int, BaseAnimation$animations = [] ][, int|null $tag = null ]) : mixed
Parameters
$animations : array<string|int, BaseAnimation> = []

Animations to run

$tag : int|null = null

Tag to identify this animation container


        
On this page

Search results