fix: rename ViewportContainer to SubViewportContainer

This commit is contained in:
Jiri Suchan
2022-10-09 20:02:32 +09:00
parent b69855897a
commit 3370ef2ef9
5 changed files with 12 additions and 12 deletions

View File

@@ -152,11 +152,11 @@ Mouse wheel and touch drag (when touch is available) are also valid ways to pan
As in the example above, one of the most common ways to use this container is together with a *VBoxContainer* as child.
ViewportContainer
^^^^^^^^^^^^^^^^^
SubViewportContainer
^^^^^^^^^^^^^^^^^^^^
This is a special control that will only accept a single *Viewport* node as child, and it will display
it as if it was an image (via :ref:`ViewportContainer <class_ViewportContainer>`).
it as if it was an image (via :ref:`SubViewportContainer <class_SubViewportContainer>`).
Creating custom Containers
--------------------------