Class cocos.actions.basegrid_actions.StopGrid

            object --+        
                     |        
   base_actions.Action --+    
                         |    
base_actions.InstantAction --+
                             |
                            StopGrid

StopGrid disables the current grid. Every grid action, after finishing, leaves the screen with a certain grid figure. This figure will be displayed until StopGrid or another Grid action is executed.

Example:

scene.do( Waves3D( duration=2) + StopGrid() )

Methods

  update(self, t)
Inherited from base_actions.InstantAction: done, start Inherited from base_actions.Action: __add__, __init__, __mul__, __or__, __reversed__, init, step, stop Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Instance Variables

Inherited from base_actions.Action: target

Class Variables

Inherited from base_actions.InstantAction: duration

Method Details

update

update(self, t)
Overrides:
base_actions.InstantAction.update