Class: SequentialAction

core.SequentialAction

Class representing a sequential action.

The sequential action runs its child actions consecutively.

new core.SequentialAction ()

Properties:
Name Type Description
repeat bool

(default: false) While true, the sequence of action is repeated over and over.

Extends