Struct CurveTexture
A texture that shows a curve.
struct CurveTexture
;
Renders a given Curve
provided to it. Simplifies the task of drawing curves and/or saving them as image files.
Properties
Name | Type | Description |
---|---|---|
curve [get, set]
|
Curve | The curve rendered onto the texture.
|
width [get, set]
|
long | The width of the texture. |
Methods
Name | Description |
---|---|
_update
|
|
getCurve
|
|
setCurve
|
|
setWidth
|