base class — KX_GameObject
Python interface for using and controlling navigation meshes.
Finds the path from start to goal points.
Parameters: |
|
---|---|
Returns: | a path as a list of points |
Return type: | list of points |
Raycast from start to goal points.
Parameters: |
|
---|---|
Returns: | the hit factor |
Return type: | float |
Draws a debug mesh for the navigation mesh.
Parameters: |
|
---|---|
Returns: | None |
Rebuild the navigation mesh.
Returns: | None |
---|