Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-10-11 08:45:15 +02:00
parent 383540ad8f
commit 342d2ff3a6
52 changed files with 905 additions and 359 deletions
+7 -3
View File
@@ -99,6 +99,8 @@ Property Descriptions
| *Getter* | is_active() |
+-----------+-------------------+
If ``true``, the feed is active.
.. _class_CameraFeed_property_feed_transform:
- :ref:`Transform2D<class_Transform2D>` **feed_transform**
@@ -111,6 +113,8 @@ Property Descriptions
| *Getter* | get_transform() |
+-----------+----------------------------------+
The transform applied to the camera's image.
Method Descriptions
-------------------
@@ -118,17 +122,17 @@ Method Descriptions
- :ref:`int<class_int>` **get_id** **(** **)** const
Gets the unique ID for this feed.
Returns the unique ID for this feed.
.. _class_CameraFeed_method_get_name:
- :ref:`String<class_String>` **get_name** **(** **)** const
Gets the camera's name.
Returns the camera's name.
.. _class_CameraFeed_method_get_position:
- :ref:`FeedPosition<enum_CameraFeed_FeedPosition>` **get_position** **(** **)** const
Position of camera on the device.
Returns the position of camera on the device.