mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master branch
This commit is contained in:
43
classes/class_viewporttexture.rst
Normal file
43
classes/class_viewporttexture.rst
Normal file
@@ -0,0 +1,43 @@
|
||||
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
||||
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
|
||||
|
||||
.. _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 **)**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user