.. 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_VisibilityEnabler: VisibilityEnabler ================= **Inherits:** :ref:`VisibilityNotifier` **<** :ref:`Spatial` **<** :ref:`Node` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Member Functions ---------------- +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_enabler` **(** :ref:`int` enabler, :ref:`bool` enabled **)** | +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_enabler_enabled` **(** :ref:`int` enabler **)** const | +--------------------------+--------------------------------------------------------------------------------------------------------------------------------------+ Numeric Constants ----------------- - **ENABLER_FREEZE_BODIES** = **1** - **ENABLER_PAUSE_ANIMATIONS** = **0** - **ENABLER_MAX** = **2** Member Function Description --------------------------- .. _class_VisibilityEnabler_set_enabler: - void **set_enabler** **(** :ref:`int` enabler, :ref:`bool` enabled **)** .. _class_VisibilityEnabler_is_enabler_enabled: - :ref:`bool` **is_enabler_enabled** **(** :ref:`int` enabler **)** const