1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
.. py:module:: moderngl_window.conf
.. py:currentmodule:: moderngl_window.conf
moderngl_window.conf.Settings
=============================
.. autodata:: Settings
:annotation:
Methods
-------
.. automethod:: Settings.__init__
.. automethod:: Settings.apply_default_settings
.. automethod:: Settings.apply_settings_from_env
.. automethod:: Settings.apply_from_module_name
.. automethod:: Settings.apply_from_dict
.. automethod:: Settings.apply_from_module
.. automethod:: Settings.apply_from_cls
.. automethod:: Settings.apply_from_iterable
.. automethod:: Settings.to_dict
Attributes
----------
.. autoattribute:: Settings.WINDOW
:annotation:
.. autoattribute:: Settings.SCREENSHOT_PATH
:annotation:
.. autoattribute:: Settings.PROGRAM_FINDERS
:annotation:
.. autoattribute:: Settings.TEXTURE_FINDERS
:annotation:
.. autoattribute:: Settings.SCENE_FINDERS
:annotation:
.. autoattribute:: Settings.DATA_FINDERS
:annotation:
.. autoattribute:: Settings.PROGRAM_DIRS
:annotation:
.. autoattribute:: Settings.TEXTURE_DIRS
:annotation:
.. autoattribute:: Settings.SCENE_DIRS
:annotation:
.. autoattribute:: Settings.DATA_DIRS
:annotation:
.. autoattribute:: Settings.PROGRAM_LOADERS
:annotation:
.. autoattribute:: Settings.TEXTURE_LOADERS
:annotation:
.. autoattribute:: Settings.SCENE_LOADERS
:annotation:
.. autoattribute:: Settings.DATA_LOADERS
:annotation:
|