25 lines
732 B
XML
25 lines
732 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VisualShaderNodeIntFunc" inherits="VisualShaderNode" version="4.0">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="function" type="int" setter="set_function" getter="get_function" enum="VisualShaderNodeIntFunc.Function" default="0">
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
<constant name="FUNC_ABS" value="0" enum="Function">
|
|
</constant>
|
|
<constant name="FUNC_CLAMP" value="1" enum="Function">
|
|
</constant>
|
|
<constant name="FUNC_NEGATE" value="2" enum="Function">
|
|
</constant>
|
|
<constant name="FUNC_SIGN" value="3" enum="Function">
|
|
</constant>
|
|
</constants>
|
|
</class>
|