2022-03-15 13:29:32 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-06-13 15:22:43 +02:00
<class name= "CurveTexture" inherits= "Texture" version= "3.12" >
2022-03-15 13:29:32 +01:00
<brief_description >
A texture that shows a curve.
</brief_description>
<description >
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" >
2022-06-13 14:06:34 +02:00
The [Curve] that is rendered onto the texture.
2022-03-15 13:29:32 +01:00
</member>
2023-01-14 13:38:58 +01:00
<member name= "flags" type= "int" setter= "set_flags" getter= "get_flags" overrides= "Texture" default= "4" />
2023-06-13 15:22:43 +02:00
<member name= "resource_local_to_scene" type= "bool" setter= "set_local_to_scene" getter= "is_local_to_scene" overrides= "Resource" default= "false" />
2022-03-15 13:29:32 +01:00
<member name= "width" type= "int" setter= "set_width" getter= "get_width" default= "2048" >
2022-06-13 14:06:34 +02:00
The width of the texture (in pixels). Higher values make it possible to represent high-frequency data better (such as sudden direction changes), at the cost of increased generation time and memory usage.
2022-03-15 13:29:32 +01:00
</member>
</members>
<constants >
</constants>
</class>