VisualShaderNodeTransformFuncFunctionEnum Enumeration |
[Missing <summary> documentation for "T:Godot.VisualShaderNodeTransformFunc.FunctionEnum"]
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax Members
| Member name | Value | Description |
---|
| Inverse | 0 | Perform the inverse operation on the Transform matrix. |
| Transpose | 1 | Perform the transpose operation on the Transform matrix. |
See Also