VisualShaderNodeCompare
Inherits: VisualShaderNode < Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
Enumerations
enum ComparisonType:
ComparisonType CTYPE_SCALAR = 0
There is currently no description for this enum. Please help us by contributing one!
ComparisonType CTYPE_SCALAR_INT = 1
There is currently no description for this enum. Please help us by contributing one!
ComparisonType CTYPE_SCALAR_UINT = 2
There is currently no description for this enum. Please help us by contributing one!
ComparisonType CTYPE_VECTOR_2D = 3
There is currently no description for this enum. Please help us by contributing one!
ComparisonType CTYPE_VECTOR_3D = 4
There is currently no description for this enum. Please help us by contributing one!
ComparisonType CTYPE_VECTOR_4D = 5
There is currently no description for this enum. Please help us by contributing one!
ComparisonType CTYPE_BOOLEAN = 6
There is currently no description for this enum. Please help us by contributing one!
ComparisonType CTYPE_TRANSFORM = 7
There is currently no description for this enum. Please help us by contributing one!
ComparisonType CTYPE_MAX = 8
There is currently no description for this enum. Please help us by contributing one!
enum Function:
Function FUNC_EQUAL = 0
There is currently no description for this enum. Please help us by contributing one!
Function FUNC_NOT_EQUAL = 1
There is currently no description for this enum. Please help us by contributing one!
Function FUNC_GREATER_THAN = 2
There is currently no description for this enum. Please help us by contributing one!
Function FUNC_GREATER_THAN_EQUAL = 3
There is currently no description for this enum. Please help us by contributing one!
Function FUNC_LESS_THAN = 4
There is currently no description for this enum. Please help us by contributing one!
Function FUNC_LESS_THAN_EQUAL = 5
There is currently no description for this enum. Please help us by contributing one!
Function FUNC_MAX = 6
There is currently no description for this enum. Please help us by contributing one!
enum Condition:
Condition COND_ALL = 0
There is currently no description for this enum. Please help us by contributing one!
Condition COND_ANY = 1
There is currently no description for this enum. Please help us by contributing one!
Condition COND_MAX = 2
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
Condition condition = 0
There is currently no description for this property. Please help us by contributing one!
Function function = 0
There is currently no description for this property. Please help us by contributing one!
ComparisonType type = 0
void set_comparison_type ( ComparisonType value )
ComparisonType get_comparison_type ( )
There is currently no description for this property. Please help us by contributing one!