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 67 Lines • ▼ Show 20 Lines | .. attribute:: lights | ||||
| :type: :class:`CListValue` of :class:`KX_LightObject` | :type: :class:`CListValue` of :class:`KX_LightObject` | ||||
| .. attribute:: cameras | .. attribute:: cameras | ||||
| A list of cameras in the scene, (read-only). | A list of cameras in the scene, (read-only). | ||||
| :type: :class:`CListValue` of :class:`KX_Camera` | :type: :class:`CListValue` of :class:`KX_Camera` | ||||
| .. attribute:: fonts | |||||
| A list of fonts in the scene, (read-only). | |||||
| :type: :class:`CListValue` of :class:`KX_FontObject` | |||||
| .. attribute:: active_camera | .. attribute:: active_camera | ||||
| The current active camera. | The current active camera. | ||||
| :type: :class:`KX_Camera` | :type: :class:`KX_Camera` | ||||
| .. note:: | .. note:: | ||||
| ▲ Show 20 Lines • Show All 97 Lines • Show Last 20 Lines | |||||