mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (93be33748)
This commit is contained in:
@@ -29,6 +29,8 @@ Tutorials
|
||||
Properties
|
||||
----------
|
||||
|
||||
+-------------------------------------------------------+-------------------------------------------------------------------+-------------------+
|
||||
| :ref:`CameraAttributes<class_CameraAttributes>` | :ref:`attributes<class_Camera3D_property_attributes>` | |
|
||||
+-------------------------------------------------------+-------------------------------------------------------------------+-------------------+
|
||||
| :ref:`int<class_int>` | :ref:`cull_mask<class_Camera3D_property_cull_mask>` | ``1048575`` |
|
||||
+-------------------------------------------------------+-------------------------------------------------------------------+-------------------+
|
||||
@@ -36,8 +38,6 @@ Properties
|
||||
+-------------------------------------------------------+-------------------------------------------------------------------+-------------------+
|
||||
| :ref:`DopplerTracking<enum_Camera3D_DopplerTracking>` | :ref:`doppler_tracking<class_Camera3D_property_doppler_tracking>` | ``0`` |
|
||||
+-------------------------------------------------------+-------------------------------------------------------------------+-------------------+
|
||||
| :ref:`CameraEffects<class_CameraEffects>` | :ref:`effects<class_Camera3D_property_effects>` | |
|
||||
+-------------------------------------------------------+-------------------------------------------------------------------+-------------------+
|
||||
| :ref:`Environment<class_Environment>` | :ref:`environment<class_Camera3D_property_environment>` | |
|
||||
+-------------------------------------------------------+-------------------------------------------------------------------+-------------------+
|
||||
| :ref:`float<class_float>` | :ref:`far<class_Camera3D_property_far>` | ``4000.0`` |
|
||||
@@ -154,6 +154,20 @@ enum **DopplerTracking**:
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
.. _class_Camera3D_property_attributes:
|
||||
|
||||
- :ref:`CameraAttributes<class_CameraAttributes>` **attributes**
|
||||
|
||||
+----------+-----------------------+
|
||||
| *Setter* | set_attributes(value) |
|
||||
+----------+-----------------------+
|
||||
| *Getter* | get_attributes() |
|
||||
+----------+-----------------------+
|
||||
|
||||
The :ref:`CameraAttributes<class_CameraAttributes>` to use for this camera.
|
||||
|
||||
----
|
||||
|
||||
.. _class_Camera3D_property_cull_mask:
|
||||
|
||||
- :ref:`int<class_int>` **cull_mask**
|
||||
@@ -204,20 +218,6 @@ If not :ref:`DOPPLER_TRACKING_DISABLED<class_Camera3D_constant_DOPPLER_TRACKING_
|
||||
|
||||
----
|
||||
|
||||
.. _class_Camera3D_property_effects:
|
||||
|
||||
- :ref:`CameraEffects<class_CameraEffects>` **effects**
|
||||
|
||||
+----------+--------------------+
|
||||
| *Setter* | set_effects(value) |
|
||||
+----------+--------------------+
|
||||
| *Getter* | get_effects() |
|
||||
+----------+--------------------+
|
||||
|
||||
The :ref:`CameraEffects<class_CameraEffects>` to use for this camera.
|
||||
|
||||
----
|
||||
|
||||
.. _class_Camera3D_property_environment:
|
||||
|
||||
- :ref:`Environment<class_Environment>` **environment**
|
||||
|
||||
Reference in New Issue
Block a user