VisualShaderNodeVectorFunc.xml 922 B

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualShaderNodeVectorFunc" inherits="VisualShaderNode" category="Core" version="3.1">
  3. <brief_description>
  4. </brief_description>
  5. <description>
  6. </description>
  7. <tutorials>
  8. </tutorials>
  9. <demos>
  10. </demos>
  11. <methods>
  12. </methods>
  13. <members>
  14. <member name="function" type="int" setter="set_function" getter="get_function" enum="VisualShaderNodeVectorFunc.Function">
  15. </member>
  16. </members>
  17. <constants>
  18. <constant name="FUNC_NORMALIZE" value="0" enum="Function">
  19. </constant>
  20. <constant name="FUNC_SATURATE" value="1" enum="Function">
  21. </constant>
  22. <constant name="FUNC_NEGATE" value="2" enum="Function">
  23. </constant>
  24. <constant name="FUNC_RECIPROCAL" value="3" enum="Function">
  25. </constant>
  26. <constant name="FUNC_RGB2HSV" value="4" enum="Function">
  27. </constant>
  28. <constant name="FUNC_HSV2RGB" value="5" enum="Function">
  29. </constant>
  30. </constants>
  31. </class>