CurveTexture.xml 720 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="CurveTexture" inherits="Texture" category="Core" version="3.1">
  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. <demos>
  12. </demos>
  13. <methods>
  14. </methods>
  15. <members>
  16. <member name="curve" type="Curve" setter="set_curve" getter="get_curve">
  17. The [code]curve[/code] rendered onto the texture.
  18. </member>
  19. <member name="width" type="int" setter="set_width" getter="get_width">
  20. The width of the texture.
  21. </member>
  22. </members>
  23. <constants>
  24. </constants>
  25. </class>