2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2017-11-24 09:16:52 +01:00
|
|
|
<class name="CurveTexture" inherits="Texture" category="Core" version="3.0-beta">
|
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>
|
|
|
|
<demos>
|
|
|
|
</demos>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<members>
|
2017-09-13 08:49:40 +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>
|
2017-09-13 08:49:40 +02:00
|
|
|
<member name="width" type="int" setter="set_width" getter="get_width">
|
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>
|