VisualScriptSwitch.xml 787 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptSwitch" inherits="VisualScriptNode" category="Core" version="3.2">
  3. <brief_description>
  4. Branches program flow based on a given input's value.
  5. </brief_description>
  6. <description>
  7. Branches the flow based on an input's value. Use "Case Count" in the Inspector to set the number of branches and each comparison's optional type.
  8. [b]Input Ports:[/b]
  9. - Sequence: [code]'input' is[/code]
  10. - Data (variant): [code]=[/code]
  11. - Data (variant): [code]=[/code] (optional)
  12. - Data (variant): [code]input[/code]
  13. [b]Output Ports:[/b]
  14. - Sequence
  15. - Sequence (optional)
  16. - Sequence: [code]done[/code]
  17. </description>
  18. <tutorials>
  19. </tutorials>
  20. <demos>
  21. </demos>
  22. <methods>
  23. </methods>
  24. <constants>
  25. </constants>
  26. </class>