godot/doc/classes/CurveTexture.xml

24 lines
702 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<class name="CurveTexture" inherits="Texture2D" version="4.0">
<brief_description>
2017-12-06 15:56:23 +01:00
A texture that shows a curve.
</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.
</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.
</member>
<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.
</member>
</members>
<constants>
</constants>
</class>