mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #111185 from WhalesState/vp-disable-xr
More XR disable for Viewport and export.
This commit is contained in:
commit
d3285f5468
9 changed files with 30 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue