You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #111185 from WhalesState/vp-disable-xr
More XR disable for Viewport and export.
This commit is contained in:
@@ -693,7 +693,10 @@ public:
|
||||
|
||||
FUNCRIDSPLIT(viewport)
|
||||
|
||||
#ifndef XR_DISABLED
|
||||
FUNC2(viewport_set_use_xr, RID, bool)
|
||||
#endif // XR_DISABLED
|
||||
|
||||
FUNC3(viewport_set_size, RID, int, int)
|
||||
|
||||
FUNC2(viewport_set_active, RID, bool)
|
||||
|
||||
Reference in New Issue
Block a user