1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Change ARVRPositionalTracker to a reference and better expose it to GDNative

This commit is contained in:
Bastiaan Olij
2021-03-29 21:07:48 +11:00
parent 92b27e4944
commit 4cce36e35d
10 changed files with 103 additions and 52 deletions

View File

@@ -71,7 +71,7 @@ public:
virtual String get_requested_reference_space_types() const;
void _set_reference_space_type(String p_reference_space_type);
virtual String get_reference_space_type() const;
virtual ARVRPositionalTracker *get_controller(int p_controller_id) const;
virtual Ref<ARVRPositionalTracker> get_controller(int p_controller_id) const;
virtual String get_visibility_state() const;
virtual PoolVector3Array get_bounds_geometry() const;