roboglia.move.Scene¶
-
class
Scene(name='SCENE', sequences=[], times=1)[source]¶ Bases:
objectA Scene is a collection of
Sequencepresented in an ordered list.- Parameters
-
__init__(name='SCENE', sequences=[], times=1)[source]¶ Initialize self. See help(type(self)) for accurate signature.
-
property
name¶ The name of the Scene.
-
property
sequences¶ The list of Sequences in the Scene.
-
property
times¶ The repetition counter for the Scene.