Click or drag to resize

VisualShaderNodeTransformFuncFunctionEnum Enumeration

[Missing <summary> documentation for "T:Godot.VisualShaderNodeTransformFunc.FunctionEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum FunctionEnum
Members
  Member nameValueDescription
Inverse0

Perform the inverse operation on the Transform matrix.

Transpose1

Perform the transpose operation on the Transform matrix.

See Also