:github_url: hide .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/stag-toolkit/sphinx/gen/gdextension/StagCameraRotator.xml. .. _class_StagCameraRotator: StagCameraRotator ================= **Inherits:** ``Node3D`` .. container:: contribute There is currently no description for this class. Please help us by `contributing one `__! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-----------------------------------------+------------------------------------------------------------------------------------------------+-----------------------+ | ``bool`` | :ref:`editor_preview` | ``true`` | +-----------------------------------------+------------------------------------------------------------------------------------------------+-----------------------+ | ``bool`` | :ref:`enabled` | ``true`` | +-----------------------------------------+------------------------------------------------------------------------------------------------+-----------------------+ | ``bool`` | :ref:`never_roll` | ``true`` | +-----------------------------------------+------------------------------------------------------------------------------------------------+-----------------------+ | ``float`` | :ref:`rate` | ``10.0`` | +-----------------------------------------+------------------------------------------------------------------------------------------------+-----------------------+ | ``bool`` | :ref:`tracking_override` | ``false`` | +-----------------------------------------+------------------------------------------------------------------------------------------------+-----------------------+ | ``Vector3`` | :ref:`tracking_override_position` | ``Vector3(0, 0, -1)`` | +-----------------------------------------+------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`Array`\[``Node3D``\] | :ref:`tracking_targets` | ``[]`` | +-----------------------------------------+------------------------------------------------------------------------------------------------+-----------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------+------------------------------------------------------------------------------------------------------------------------------+ | ``Vector3`` | :ref:`_calculate_target_position`\ (\ ) |virtual| |const| | +-------------+------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_StagCameraRotator_property_editor_preview: .. rst-class:: classref-property ``bool`` **editor_preview** = ``true`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_editor_preview**\ (\ value\: ``bool``\ ) - ``bool`` **get_editor_preview**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_StagCameraRotator_property_enabled: .. rst-class:: classref-property ``bool`` **enabled** = ``true`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_enabled**\ (\ value\: ``bool``\ ) - ``bool`` **get_enabled**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_StagCameraRotator_property_never_roll: .. rst-class:: classref-property ``bool`` **never_roll** = ``true`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_never_roll**\ (\ value\: ``bool``\ ) - ``bool`` **get_never_roll**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_StagCameraRotator_property_rate: .. rst-class:: classref-property ``float`` **rate** = ``10.0`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_rate**\ (\ value\: ``float``\ ) - ``float`` **get_rate**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_StagCameraRotator_property_tracking_override: .. rst-class:: classref-property ``bool`` **tracking_override** = ``false`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_tracking_override**\ (\ value\: ``bool``\ ) - ``bool`` **get_tracking_override**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_StagCameraRotator_property_tracking_override_position: .. rst-class:: classref-property ``Vector3`` **tracking_override_position** = ``Vector3(0, 0, -1)`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_tracking_override_position**\ (\ value\: ``Vector3``\ ) - ``Vector3`` **get_tracking_override_position**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_StagCameraRotator_property_tracking_targets: .. rst-class:: classref-property :ref:`Array`\[``Node3D``\] **tracking_targets** = ``[]`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_tracking_targets**\ (\ value\: :ref:`Array`\[``Node3D``\]\ ) - :ref:`Array`\[``Node3D``\] **get_tracking_targets**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_StagCameraRotator_private_method__calculate_target_position: .. rst-class:: classref-method ``Vector3`` **_calculate_target_position**\ (\ ) |virtual| |const| :ref:`🔗` .. container:: contribute There is currently no description for this method. Please help us by `contributing one `__! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` .. |void| replace:: :abbr:`void (No return value.)`