You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Change ARVRPositionalTracker to a reference and better expose it to GDNative
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
virtual void set_requested_reference_space_types(String p_requested_reference_space_types) = 0;
|
||||
virtual String get_requested_reference_space_types() const = 0;
|
||||
virtual String get_reference_space_type() const = 0;
|
||||
virtual ARVRPositionalTracker *get_controller(int p_controller_id) const = 0;
|
||||
virtual Ref<ARVRPositionalTracker> get_controller(int p_controller_id) const = 0;
|
||||
virtual String get_visibility_state() const = 0;
|
||||
virtual PoolVector3Array get_bounds_geometry() const = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user