| Home | Trees | Index | Help |
|---|
|
|
PathLink --+
|
JumpPathLink
| Method Summary | |
|---|---|
__init__(self,
source,
target,
x,
destx,
walk_dir,
walk_speed,
jump_speed)
| |
__repr__(self)
| |
| Instance Variable Summary | |
|---|---|
destx: The x position where the walker will land on the target surface. | |
jump_speed: The initial y speed with which the walker should jump upwards. | |
source: The WalkPathNode for the surface that the walker can jump from. | |
target: The WalkPathNode for the surface that the walker can jump to. | |
walk_dir: The direction that the walker should be walking in when it jumps. | |
walk_speed: The speed with which the walker should be walking when it jumps. | |
x: The x coordinate of the location along the source surface that the
walker will need to jump from. | |
| Method Details |
|---|
__init__(self,
source,
target,
x,
destx,
walk_dir,
walk_speed,
jump_speed)
|
__repr__(self)
|
| Instance Variable Details |
|---|
destxThe x position where the walker will land on the target surface. |
jump_speedThe initial y speed with which the walker should jump upwards. |
sourceThe WalkPathNode for the surface that the walker can jump from. |
targetThe WalkPathNode for the surface that the walker can jump to. |
walk_dirThe direction that the walker should be walking in when it jumps. |
walk_speedThe speed with which the walker should be walking when it jumps. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 22 22:52:42 2005 | http://epydoc.sf.net |