mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Docs for some nodes in visual shader(part 3)
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
Comparison for less than ([code]a < b[/code]). Cannot be used if [member type] set to [constant CTYPE_BOOLEAN] or [constant CTYPE_TRANSFORM].
|
||||
</constant>
|
||||
<constant name="FUNC_LESS_THAN_EQUAL" value="5" enum="Function">
|
||||
Comparison for less than or equal ([code]a < b[/code]). Cannot be used if [member type] set to [constant CTYPE_BOOLEAN] or [constant CTYPE_TRANSFORM].
|
||||
Comparison for less than or equal ([code]a <= b[/code]). Cannot be used if [member type] set to [constant CTYPE_BOOLEAN] or [constant CTYPE_TRANSFORM].
|
||||
</constant>
|
||||
<constant name="COND_ALL" value="0" enum="Condition">
|
||||
The result will be true if all of component in vector satisfy the comparison condition.
|
||||
|
||||
Reference in New Issue
Block a user