2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2019-04-01 12:33:56 +02:00
|
|
|
<class name="CurveTexture" inherits="Texture" category="Core" version="3.2">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
2017-12-06 15:56:23 +01:00
|
|
|
A texture that shows a curve.
|
2017-09-12 22:42:36 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2017-12-06 15:56:23 +01:00
|
|
|
Renders a given [Curve] provided to it. Simplifies the task of drawing curves and/or saving them as image files.
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<members>
|
2019-07-15 20:42:47 +02:00
|
|
|
<member name="curve" type="Curve" setter="set_curve" getter="get_curve">
|
2017-12-06 15:56:23 +01:00
|
|
|
The [code]curve[/code] rendered onto the texture.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="width" type="int" setter="set_width" getter="get_width" default="2048">
|
2017-12-06 15:56:23 +01:00
|
|
|
The width of the texture.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|