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.

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

Curve

curve

int

width

2048

Descripciones de Propiedades

Setter

set_curve(value)

Getter

get_curve()

La curve renderizada en la textura.


Default

2048

Setter

set_width(value)

Getter

get_width()

El ancho de la textura.