mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
51 lines
1.8 KiB
ReStructuredText
51 lines
1.8 KiB
ReStructuredText
.. 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_CurveTexture:
|
|
|
|
CurveTexture
|
|
============
|
|
|
|
**Inherits:** :ref:`Texture<class_texture>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+----------------------------+----------------------------------------------------------------------------------------------+
|
|
| :ref:`Curve<class_curve>` | :ref:`get_curve<class_CurveTexture_get_curve>` **(** **)** const |
|
|
+----------------------------+----------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_curve<class_CurveTexture_set_curve>` **(** :ref:`Curve<class_curve>` curve **)** |
|
|
+----------------------------+----------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_width<class_CurveTexture_set_width>` **(** :ref:`int<class_int>` width **)** |
|
|
+----------------------------+----------------------------------------------------------------------------------------------+
|
|
|
|
Member Variables
|
|
----------------
|
|
|
|
- :ref:`Curve<class_curve>` **curve**
|
|
- :ref:`int<class_int>` **width**
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_CurveTexture_get_curve:
|
|
|
|
- :ref:`Curve<class_curve>` **get_curve** **(** **)** const
|
|
|
|
.. _class_CurveTexture_set_curve:
|
|
|
|
- void **set_curve** **(** :ref:`Curve<class_curve>` curve **)**
|
|
|
|
.. _class_CurveTexture_set_width:
|
|
|
|
- void **set_width** **(** :ref:`int<class_int>` width **)**
|
|
|
|
|