summaryrefslogtreecommitdiff
path: root/doc/classes/SubViewport.xml
AgeCommit message (Collapse)Author
2022-03-01Update some docs regarding SubViewportskobewi
2022-02-15Add an XML schema for documentationHugo Locurcio
This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-10-06doc: Update links to latest documentation after content reorganizationRémi Verschelde
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-05-18Use a non-zero default size for SubViewportsHugo Locurcio
This makes viewports visible out of the box.
2021-05-01Move XR flag from subviewport into viewportBastiaan Olij
2020-12-10Rename Viewport::ClearMode::CLEAR_MODE_ONLY_NEXT_FRAME to CLEAR_MODE_ONCEMarcel Admiraal
2020-10-01Link to demos from within the class referenceAaron Franke
2020-09-03Mention SubViewport.render_target_clear_mode property is intended for 2D usage.Yetizone
2020-04-20doc: Sync classref with current sourceRémi Verschelde
Add missing enum bindings.
2020-04-09Renaming all ARVR nodes to XRBastiaan Olij
2020-04-03Re-expose a simplified version of the stretch properties in SubViewportMichael Alexsander
2020-03-30Register SubViewport classMichael Alexsander