Package pygext :: Package gl :: Package director :: Module actions :: Class Rotate
[frames | no frames]

Type Rotate

object --+    
         |    
    Action --+
             |
            Rotate


Rotate the current entity with a given speed
Method Summary
  action(self)
Called once per tick to perform the action action.
  add_velocity(self, anglev)
  init(self, anglev)
  mul_velocity(self, m)
  set_velocity(self, anglev)
    Inherited from Action
  __init__(self, *arg, **kw)
  __add__(self, action)
  __iadd__(self, action)
  __radd__(self, action)
  __repr__(self)
  abort(self)
End this action immediately and do NOT continue to the next in chain.
  chain(self, action, **kw)
Chain a new action that will be started when this action ends.
  cleanup(self)
Called when the action ends.
  do(self, entity, **kw)
Perform this action for an entity or node.
  end(self)
End this action and proceed to the next one in chain.
  endwith(self, action)
Limit this action by another action.
  limit(self, time, area)
Set the ending criteria fod this action.
  start(self)
Called when the action is initiated on an entity.
  tick(self)

Method Details

action(self, ticker=<pygext.gl.director.reactor.Ticker object at 0x00CA1470>)

Called once per tick to perform the action action. Override in subclass.
Overrides:
pygext.gl.director.actions.Action.action (inherited documentation)

Generated by Epydoc 2.1 on Mon Jun 12 18:21:21 2006 http://epydoc.sf.net