diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2020-10-01 04:34:47 -0400 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2020-10-01 23:57:21 -0400 |
commit | 439be614f4706705331669a58ce03f14c34ca52f (patch) | |
tree | 5d314dc0e0d5d40355bcda7882892d3c88ebe278 /doc/classes/SubViewport.xml | |
parent | 5e726d8d2025f1bc52299894230d94ef5972cea4 (diff) | |
download | redot-engine-439be614f4706705331669a58ce03f14c34ca52f.tar.gz |
Link to demos from within the class reference
Diffstat (limited to 'doc/classes/SubViewport.xml')
-rw-r--r-- | doc/classes/SubViewport.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/SubViewport.xml b/doc/classes/SubViewport.xml index c9c7589631..4736401395 100644 --- a/doc/classes/SubViewport.xml +++ b/doc/classes/SubViewport.xml @@ -1,10 +1,19 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="SubViewport" inherits="Viewport" version="4.0"> <brief_description> + Creates a sub-view into the screen. </brief_description> <description> </description> <tutorials> + <link title="Viewport and canvas transforms">https://docs.godotengine.org/en/latest/tutorials/2d/2d_transforms.html</link> + <link title="Viewports tutorial index">https://docs.godotengine.org/en/latest/tutorials/viewports/index.html</link> + <link title="GUI in 3D Demo">https://godotengine.org/asset-library/asset/127</link> + <link title="3D in 2D Demo">https://godotengine.org/asset-library/asset/128</link> + <link title="2D in 3D Demo">https://godotengine.org/asset-library/asset/129</link> + <link title="Screen Capture Demo">https://godotengine.org/asset-library/asset/130</link> + <link title="Dynamic Split Screen Demo">https://godotengine.org/asset-library/asset/541</link> + <link title="3D Viewport Scaling Demo">https://godotengine.org/asset-library/asset/586</link> </tutorials> <methods> </methods> |