| Trees | Indices | Toggle frames |
|---|
object --+
|
base_actions.Action --+
|
base_actions.IntervalAction --+
|
basegrid_actions.GridBaseAction --+
|
basegrid_actions.Grid3DAction --+
|
QuadMoveBy --+
|
FlipY
FlipY flips the screen vertically, moving the upper corners to the bottom, and vice-versa.
|
__init__(self,
*args,
**kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
|
|
|
init(self,
src0=(0,0),
src1=(-1,-1),
src2=(-1,-1),
src3=(-1,-1),
delta0=(0,0),
delta1=(0,0),
delta2=(0,0),
delta3=(0,0),
grid=(1,1),
*args,
**kw)
Initializes the QuadMoveBy
(Inherited from cocos.actions.quadmoveby_actions.QuadMoveBy)
|
|
|
update(self,
t)
Gets called on every frame.
(Inherited from cocos.actions.quadmoveby_actions.QuadMoveBy)
|
|
Inherited from basegrid_actions.Grid3DAction:
get_grid,
get_original_vertex,
get_vertex,
set_vertex
Inherited from basegrid_actions.GridBaseAction:
__reversed__,
start
Inherited from base_actions.IntervalAction:
done
Inherited from base_actions.Action:
__add__,
__mul__,
__or__,
step,
stop
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|
|
Inherited from object:
__class__
|
Inherited from base_actions.Action:
target
|
| Trees | Indices | Toggle frames |
|---|
| Generated by Epydoc 3.0beta1 on Sat Sep 6 13:21:11 2008 | http://epydoc.sourceforge.net |