1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the PanoramaSky.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_PanoramaSky:
- PanoramaSky
- ===========
- **Inherits:** :ref:`Sky<class_sky>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +--------------------------------+---------------------------------------------------------------------------------------------------------+
- | :ref:`Texture<class_texture>` | :ref:`get_panorama<class_PanoramaSky_get_panorama>` **(** **)** const |
- +--------------------------------+---------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_panorama<class_PanoramaSky_set_panorama>` **(** :ref:`Texture<class_texture>` texture **)** |
- +--------------------------------+---------------------------------------------------------------------------------------------------------+
- Member Variables
- ----------------
- - :ref:`Texture<class_texture>` **panorama**
- Member Function Description
- ---------------------------
- .. _class_PanoramaSky_get_panorama:
- - :ref:`Texture<class_texture>` **get_panorama** **(** **)** const
- .. _class_PanoramaSky_set_panorama:
- - void **set_panorama** **(** :ref:`Texture<class_texture>` texture **)**
|