VisualShaderNodeDerivativeFunc
Inherits: VisualShaderNode < Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
Enumerations
enum OpType:
OpType OP_TYPE_SCALAR = 0
There is currently no description for this enum. Please help us by contributing one!
OpType OP_TYPE_VECTOR_2D = 1
There is currently no description for this enum. Please help us by contributing one!
OpType OP_TYPE_VECTOR_3D = 2
There is currently no description for this enum. Please help us by contributing one!
OpType OP_TYPE_VECTOR_4D = 3
There is currently no description for this enum. Please help us by contributing one!
OpType OP_TYPE_MAX = 4
There is currently no description for this enum. Please help us by contributing one!
enum Function:
Function FUNC_SUM = 0
There is currently no description for this enum. Please help us by contributing one!
Function FUNC_X = 1
There is currently no description for this enum. Please help us by contributing one!
Function FUNC_Y = 2
There is currently no description for this enum. Please help us by contributing one!
Function FUNC_MAX = 3
There is currently no description for this enum. Please help us by contributing one!
enum Precision:
Precision PRECISION_NONE = 0
There is currently no description for this enum. Please help us by contributing one!
Precision PRECISION_COARSE = 1
There is currently no description for this enum. Please help us by contributing one!
Precision PRECISION_FINE = 2
There is currently no description for this enum. Please help us by contributing one!
Precision PRECISION_MAX = 3
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
Function function = 0
There is currently no description for this property. Please help us by contributing one!
OpType op_type = 0
There is currently no description for this property. Please help us by contributing one!
Precision precision = 0
There is currently no description for this property. Please help us by contributing one!