VisualScriptDeconstruct.xml 651 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptDeconstruct" inherits="VisualScriptNode" category="Core" version="3.2">
  3. <brief_description>
  4. A Visual Script node which deconstructs a base type instance into its parts.
  5. </brief_description>
  6. <description>
  7. A Visual Script node which deconstructs a base type instance into its parts.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <demos>
  12. </demos>
  13. <methods>
  14. </methods>
  15. <members>
  16. <member name="type" type="int" setter="set_deconstruct_type" getter="get_deconstruct_type" enum="Variant.Type">
  17. The type to deconstruct.
  18. </member>
  19. </members>
  20. <constants>
  21. </constants>
  22. </class>