.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead. .. _class_BakedLightSampler: BakedLightSampler ================= **Inherits:** :ref:`VisualInstance` **<** :ref:`Spatial` **<** :ref:`Node` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Member Functions ---------------- +----------------------------+--------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_param` **(** :ref:`int` param, :ref:`float` value **)** | +----------------------------+--------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_param` **(** :ref:`int` param **)** const | +----------------------------+--------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_resolution` **(** :ref:`int` resolution **)** | +----------------------------+--------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_resolution` **(** **)** const | +----------------------------+--------------------------------------------------------------------------------------------------------------------------------+ Numeric Constants ----------------- - **PARAM_RADIUS** = **0** - **PARAM_STRENGTH** = **1** - **PARAM_ATTENUATION** = **2** - **PARAM_DETAIL_RATIO** = **3** - **PARAM_MAX** = **4** Member Function Description --------------------------- .. _class_BakedLightSampler_set_param: - void **set_param** **(** :ref:`int` param, :ref:`float` value **)** .. _class_BakedLightSampler_get_param: - :ref:`float` **get_param** **(** :ref:`int` param **)** const .. _class_BakedLightSampler_set_resolution: - void **set_resolution** **(** :ref:`int` resolution **)** .. _class_BakedLightSampler_get_resolution: - :ref:`int` **get_resolution** **(** **)** const