| Home | Trees | Index | Help |
|
|---|
| Package pygext :: Package gl :: Package director :: Module actions :: Class Rotate |
|
object--+ |Action--+ | Rotate
| Method Summary | |
|---|---|
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 | |
| |
| |
| |
| |
| |
End this action immediately and do NOT continue to the next in chain. | |
Chain a new action that will be started when this action ends. | |
Called when the action ends. | |
Perform this action for an entity or node. | |
End this action and proceed to the next one in chain. | |
Limit this action by another action. | |
Set the ending criteria fod this action. | |
Called when the action is initiated on an entity. | |
| |
| 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.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jun 12 18:21:21 2006 | http://epydoc.sf.net |