mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
48 lines
1.8 KiB
ReStructuredText
48 lines
1.8 KiB
ReStructuredText
.. 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
|
|
----------------
|
|
|
|
.. _class_ViewportTexture_viewport_path:
|
|
|
|
- :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 **)**
|
|
|
|
|