mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Optionally scale 3D render content
This commit is contained in:
parent
6e87d62873
commit
64626cc435
15 changed files with 184 additions and 34 deletions
|
|
@ -526,6 +526,7 @@ public:
|
|||
FUNCRIDSPLIT(viewport)
|
||||
|
||||
FUNC2(viewport_set_use_xr, RID, bool)
|
||||
FUNC2(viewport_set_scale_3d, RID, ViewportScale3D)
|
||||
FUNC3(viewport_set_size, RID, int, int)
|
||||
|
||||
FUNC2(viewport_set_active, RID, bool)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue