diff options
| author | BastiaanOlij | 2017-09-29 21:36:27 +1000 |
|---|---|---|
| committer | BastiaanOlij | 2017-10-06 20:35:55 +1100 |
| commit | ce74efacbbad6edc7d84975f4480aa254f73b6cd (patch) | |
| tree | ab4021340116ceb85a24a76f0f6134c9c81bf987 /doc/classes/ARVRAnchor.xml | |
| parent | ba2c49531d23093cbc46bb390d58cf1e60bf79d0 (diff) | |
| download | godot-ce74efacbbad6edc7d84975f4480aa254f73b6cd.tar.gz godot-ce74efacbbad6edc7d84975f4480aa254f73b6cd.tar.zst godot-ce74efacbbad6edc7d84975f4480aa254f73b6cd.zip | |
Made a few tweaks to the interface
Diffstat (limited to 'doc/classes/ARVRAnchor.xml')
| -rw-r--r-- | doc/classes/ARVRAnchor.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/ARVRAnchor.xml b/doc/classes/ARVRAnchor.xml index 4ff39390b..6e1103407 100644 --- a/doc/classes/ARVRAnchor.xml +++ b/doc/classes/ARVRAnchor.xml @@ -34,6 +34,13 @@ Returns true if the anchor is being tracked and false if no anchor with this id is currently known. </description> </method> + <method name="get_plane" qualifiers="const"> + <return type="Plane"> + </return> + <description> + Returns a plane aligned with our anchor, handy for intersection testing + </description> + </method> <method name="get_size" qualifiers="const"> <return type="Vector3"> </return> |
