BGE Docs: Adding RM_* mode constants from KX_NavMeshObject.draw()
This commit is contained in:
@@ -791,6 +791,24 @@ See :class:`bge.types.SCA_MouseSensor`
|
|||||||
.. data:: KX_MOUSE_BUT_MIDDLE
|
.. data:: KX_MOUSE_BUT_MIDDLE
|
||||||
.. data:: KX_MOUSE_BUT_RIGHT
|
.. data:: KX_MOUSE_BUT_RIGHT
|
||||||
|
|
||||||
|
------------
|
||||||
|
Navigation Mesh Draw Modes
|
||||||
|
------------
|
||||||
|
|
||||||
|
.. _navmesh-draw-mode:
|
||||||
|
|
||||||
|
.. data:: RM_WALLS
|
||||||
|
|
||||||
|
Draw only the walls.
|
||||||
|
|
||||||
|
.. data:: RM_POLYS
|
||||||
|
|
||||||
|
Draw only polygons.
|
||||||
|
|
||||||
|
.. data:: RM_TRIS
|
||||||
|
|
||||||
|
Draw triangle mesh.
|
||||||
|
|
||||||
------
|
------
|
||||||
States
|
States
|
||||||
------
|
------
|
||||||
|
@@ -2245,7 +2245,7 @@ Types
|
|||||||
|
|
||||||
Draws a debug mesh for the navigation mesh.
|
Draws a debug mesh for the navigation mesh.
|
||||||
|
|
||||||
:arg mode: the drawing mode (WALLS=0, POLYS=1, TRIS=2)
|
:arg mode: the drawing mode (one of :ref:`these constants <navmesh-draw-mode>`)
|
||||||
:arg mode: integer
|
:arg mode: integer
|
||||||
:return: None
|
:return: None
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user