godot/doc/classes/CurveTexture.xml

24 lines
731 B
XML
Raw Normal View History

<?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">
<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>
<member name="curve" type="Curve" setter="set_curve" getter="get_curve" default="null">
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>