VisualShaderNodeBooleanConstant.xml 701 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualShaderNodeBooleanConstant" inherits="VisualShaderNodeConstant" 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 skip-lint]bool[/code] in the shader language.
  9. </description>
  10. <tutorials>
  11. </tutorials>
  12. <members>
  13. <member name="constant" type="bool" setter="set_constant" getter="get_constant" default="false">
  14. A boolean constant which represents a state of this node.
  15. </member>
  16. </members>
  17. </class>