CurveTexture.xml 700 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="CurveTexture" inherits="Texture" version="3.2">
  3. <brief_description>
  4. A texture that shows a curve.
  5. </brief_description>
  6. <description>
  7. Renders a given [Curve] provided to it. Simplifies the task of drawing curves and/or saving them as image files.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. </methods>
  13. <members>
  14. <member name="curve" type="Curve" setter="set_curve" getter="get_curve">
  15. The [code]curve[/code] rendered onto the texture.
  16. </member>
  17. <member name="width" type="int" setter="set_width" getter="get_width" default="2048">
  18. The width of the texture.
  19. </member>
  20. </members>
  21. <constants>
  22. </constants>
  23. </class>