Move XR flag from subviewport into viewport

This commit is contained in:
Bastiaan Olij
2021-04-29 11:23:24 +10:00
parent 690c00d522
commit e0bdf40d15
4 changed files with 21 additions and 21 deletions

View File

@ -34,9 +34,6 @@
<member name="size_2d_override_stretch" type="bool" setter="set_size_2d_override_stretch" getter="is_size_2d_override_stretch_enabled" default="false">
If [code]true[/code], the 2D size override affects stretch as well.
</member>
<member name="xr" type="bool" setter="set_use_xr" getter="is_using_xr" default="false">
If [code]true[/code], the sub-viewport will be used in AR/VR process.
</member>
</members>
<constants>
<constant name="CLEAR_MODE_ALWAYS" value="0" enum="ClearMode">