Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
CurveTexture¶
Inherits: Texture < Resource < Reference < Object
Una textura que muestra una curva.
Descripción¶
Hace que una determinada Curve le sea proporcionada. Simplifica la tarea de dibujar curvas y/o guardarlas como archivos de imagen.
Propiedades¶
|
Descripciones de Propiedades¶
Curve curve
Setter |
set_curve(value) |
Getter |
get_curve() |
La curve
renderizada en la textura.
int width
Default |
|
Setter |
set_width(value) |
Getter |
get_width() |
El ancho de la textura.