VisualScriptSwitch.xml 852 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptSwitch" inherits="VisualScriptNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
  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 [b]Case Count[/b] 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. <methods>
  21. </methods>
  22. <constants>
  23. </constants>
  24. </class>