CanvasModulate.xml 536 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="CanvasModulate" inherits="Node2D" version="3.3">
  3. <brief_description>
  4. Tint the entire canvas.
  5. </brief_description>
  6. <description>
  7. [CanvasModulate] tints the canvas elements using its assigned [member color].
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. </methods>
  13. <members>
  14. <member name="color" type="Color" setter="set_color" getter="get_color" default="Color( 1, 1, 1, 1 )">
  15. The tint color to apply.
  16. </member>
  17. </members>
  18. <constants>
  19. </constants>
  20. </class>