VisualShaderNodeBooleanConstant.xml 733 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualShaderNodeBooleanConstant" inherits="VisualShaderNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. A boolean constant to be used within the visual shader graph.
  5. </brief_description>
  6. <description>
  7. Has only one output port and no inputs.
  8. Translated to [code]bool[/code] in the shader language.
  9. </description>
  10. <tutorials>
  11. </tutorials>
  12. <methods>
  13. </methods>
  14. <members>
  15. <member name="constant" type="bool" setter="set_constant" getter="get_constant" default="false">
  16. A boolean constant which represents a state of this node.
  17. </member>
  18. </members>
  19. <constants>
  20. </constants>
  21. </class>