Changeset View
Changeset View
Standalone View
Standalone View
doc/python_api/rst/bge_types/bge.types.KX_Scene.rst
| Show First 20 Lines • Show All 77 Lines • ▼ Show 20 Lines | .. attribute:: active_camera | ||||
| The current active camera. | The current active camera. | ||||
| :type: :class:`KX_Camera` | :type: :class:`KX_Camera` | ||||
| .. note:: | .. note:: | ||||
| This can be set directly from python to avoid using the :class:`KX_SceneActuator`. | This can be set directly from python to avoid using the :class:`KX_SceneActuator`. | ||||
| .. attribute:: world | |||||
| The current active world, (read-only). | |||||
| :type: :class:`KX_WorldInfo` | |||||
moguri: This doc doesn't match the actual code, which only returns a single KX_WorldInfo object. | |||||
| .. attribute:: suspended | .. attribute:: suspended | ||||
| True if the scene is suspended, (read-only). | True if the scene is suspended, (read-only). | ||||
| :type: boolean | :type: boolean | ||||
| .. attribute:: activity_culling | .. attribute:: activity_culling | ||||
| ▲ Show 20 Lines • Show All 81 Lines • Show Last 20 Lines | |||||
This doc doesn't match the actual code, which only returns a single KX_WorldInfo object.