.. 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/docs/gdscript/doc/classes/CameraAttributesPhysical.xml. .. _class_CameraAttributesPhysical: CameraAttributesPhysical ======================== **Inherits:** :ref:`CameraAttributes` **<** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +---------------------------+-------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`auto_exposure_max_exposure_value` | ``10.0`` | +---------------------------+-------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`auto_exposure_min_exposure_value` | ``-8.0`` | +---------------------------+-------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`exposure_aperture` | ``16.0`` | +---------------------------+-------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`exposure_shutter_speed` | ``100.0`` | +---------------------------+-------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`frustum_far` | ``4000.0`` | +---------------------------+-------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`frustum_focal_length` | ``35.0`` | +---------------------------+-------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`frustum_focus_distance` | ``10.0`` | +---------------------------+-------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`frustum_near` | ``0.05`` | +---------------------------+-------------------------------------------------------------------------------------------------------------------+------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------+-----------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_fov` **(** **)** |const| | +---------------------------+-----------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_CameraAttributesPhysical_property_auto_exposure_max_exposure_value: .. rst-class:: classref-property :ref:`float` **auto_exposure_max_exposure_value** = ``10.0`` .. rst-class:: classref-property-setget - void **set_auto_exposure_max_exposure_value** **(** :ref:`float` value **)** - :ref:`float` **get_auto_exposure_max_exposure_value** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CameraAttributesPhysical_property_auto_exposure_min_exposure_value: .. rst-class:: classref-property :ref:`float` **auto_exposure_min_exposure_value** = ``-8.0`` .. rst-class:: classref-property-setget - void **set_auto_exposure_min_exposure_value** **(** :ref:`float` value **)** - :ref:`float` **get_auto_exposure_min_exposure_value** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CameraAttributesPhysical_property_exposure_aperture: .. rst-class:: classref-property :ref:`float` **exposure_aperture** = ``16.0`` .. rst-class:: classref-property-setget - void **set_aperture** **(** :ref:`float` value **)** - :ref:`float` **get_aperture** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CameraAttributesPhysical_property_exposure_shutter_speed: .. rst-class:: classref-property :ref:`float` **exposure_shutter_speed** = ``100.0`` .. rst-class:: classref-property-setget - void **set_shutter_speed** **(** :ref:`float` value **)** - :ref:`float` **get_shutter_speed** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CameraAttributesPhysical_property_frustum_far: .. rst-class:: classref-property :ref:`float` **frustum_far** = ``4000.0`` .. rst-class:: classref-property-setget - void **set_far** **(** :ref:`float` value **)** - :ref:`float` **get_far** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CameraAttributesPhysical_property_frustum_focal_length: .. rst-class:: classref-property :ref:`float` **frustum_focal_length** = ``35.0`` .. rst-class:: classref-property-setget - void **set_focal_length** **(** :ref:`float` value **)** - :ref:`float` **get_focal_length** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CameraAttributesPhysical_property_frustum_focus_distance: .. rst-class:: classref-property :ref:`float` **frustum_focus_distance** = ``10.0`` .. rst-class:: classref-property-setget - void **set_focus_distance** **(** :ref:`float` value **)** - :ref:`float` **get_focus_distance** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CameraAttributesPhysical_property_frustum_near: .. rst-class:: classref-property :ref:`float` **frustum_near** = ``0.05`` .. rst-class:: classref-property-setget - void **set_near** **(** :ref:`float` value **)** - :ref:`float` **get_near** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_CameraAttributesPhysical_method_get_fov: .. rst-class:: classref-method :ref:`float` **get_fov** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |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.)`