VisualShaderNodeIntConstant.xml 657 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualShaderNodeIntConstant" inherits="VisualShaderNodeConstant" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. A scalar integer constant to be used within the visual shader graph.
  5. </brief_description>
  6. <description>
  7. Translated to [code skip-lint]int[/code] in the shader language.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <members>
  12. <member name="constant" type="int" setter="set_constant" getter="get_constant" default="0">
  13. An integer constant which represents a state of this node.
  14. </member>
  15. </members>
  16. </class>