ReferenceRect.xml 659 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="ReferenceRect" inherits="Control" category="Core" version="3.1.2">
  3. <brief_description>
  4. Reference frame for GUI.
  5. </brief_description>
  6. <description>
  7. Reference frame for GUI. It's just like an empty control, except an outline border [member border_color] is displayed while editing around its size at all times.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. </methods>
  13. <members>
  14. <member name="border_color" type="Color" setter="set_border_color" getter="get_border_color">
  15. Determines the border [Color] of the [ReferenceRect].
  16. </member>
  17. </members>
  18. <constants>
  19. </constants>
  20. </class>