1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the ViewportTexture.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_ViewportTexture:
- ViewportTexture
- ===============
- **Inherits:** :ref:`Texture<class_texture>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`NodePath<class_nodepath>` | :ref:`get_viewport_path_in_scene<class_ViewportTexture_get_viewport_path_in_scene>` **(** **)** const |
- +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_viewport_path_in_scene<class_ViewportTexture_set_viewport_path_in_scene>` **(** :ref:`NodePath<class_nodepath>` path **)** |
- +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
- Member Variables
- ----------------
- - :ref:`NodePath<class_nodepath>` **viewport_path**
- Member Function Description
- ---------------------------
- .. _class_ViewportTexture_get_viewport_path_in_scene:
- - :ref:`NodePath<class_nodepath>` **get_viewport_path_in_scene** **(** **)** const
- .. _class_ViewportTexture_set_viewport_path_in_scene:
- - void **set_viewport_path_in_scene** **(** :ref:`NodePath<class_nodepath>` path **)**
|