summaryrefslogtreecommitdiff
path: root/doc/classes/ARVRAnchor.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/ARVRAnchor.xml')
-rw-r--r--doc/classes/ARVRAnchor.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/classes/ARVRAnchor.xml b/doc/classes/ARVRAnchor.xml
index 11a3ca1723..88862ec5f1 100644
--- a/doc/classes/ARVRAnchor.xml
+++ b/doc/classes/ARVRAnchor.xml
@@ -13,13 +13,6 @@
<demos>
</demos>
<methods>
- <method name="get_anchor_id" qualifiers="const">
- <return type="int">
- </return>
- <description>
- Returns the anchor id for this anchor.
- </description>
- </method>
<method name="get_anchor_name" qualifiers="const">
<return type="String">
</return>
@@ -48,15 +41,6 @@
Returns the estimated size of the plane that was detected. Say when the anchor relates to a table in the real world, this is the estimated size of the surface of that table.
</description>
</method>
- <method name="set_anchor_id">
- <return type="void">
- </return>
- <argument index="0" name="anchor_id" type="int">
- </argument>
- <description>
- Binds this anchor node to an anchor with this id. You can set this before the anchor itself exists. The first anchor that is identified gets id 1, the second id 2, etc. When anchors get removed that slot remains free and can be assigned to the next anchor that is identified. The most common situation where anchors 'disappear' is when the AR server identifies that two anchors represent different parts of the same plane and merge them.
- </description>
- </method>
</methods>
<members>
<member name="anchor_id" type="int" setter="set_anchor_id" getter="get_anchor_id">