12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .. 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:`float<class_float>` | :ref:`get_max<class_CurveTexture_get_max>` **(** **)** const |
- +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
- | :ref:`float<class_float>` | :ref:`get_min<class_CurveTexture_get_min>` **(** **)** const |
- +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
- | :ref:`PoolVector2Array<class_poolvector2array>` | :ref:`get_points<class_CurveTexture_get_points>` **(** **)** const |
- +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_max<class_CurveTexture_set_max>` **(** :ref:`float<class_float>` max **)** |
- +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_min<class_CurveTexture_set_min>` **(** :ref:`float<class_float>` min **)** |
- +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_points<class_CurveTexture_set_points>` **(** :ref:`PoolVector2Array<class_poolvector2array>` points **)** |
- +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_width<class_CurveTexture_set_width>` **(** :ref:`int<class_int>` width **)** |
- +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
- Member Variables
- ----------------
- - :ref:`float<class_float>` **max**
- - :ref:`float<class_float>` **min**
- - :ref:`PoolVector2Array<class_poolvector2array>` **points**
- - :ref:`int<class_int>` **width**
- Member Function Description
- ---------------------------
- .. _class_CurveTexture_get_max:
- - :ref:`float<class_float>` **get_max** **(** **)** const
- .. _class_CurveTexture_get_min:
- - :ref:`float<class_float>` **get_min** **(** **)** const
- .. _class_CurveTexture_get_points:
- - :ref:`PoolVector2Array<class_poolvector2array>` **get_points** **(** **)** const
- .. _class_CurveTexture_set_max:
- - void **set_max** **(** :ref:`float<class_float>` max **)**
- .. _class_CurveTexture_set_min:
- - void **set_min** **(** :ref:`float<class_float>` min **)**
- .. _class_CurveTexture_set_points:
- - void **set_points** **(** :ref:`PoolVector2Array<class_poolvector2array>` points **)**
- .. _class_CurveTexture_set_width:
- - void **set_width** **(** :ref:`int<class_int>` width **)**
|