Enum VisualShaderNodeUVFunc.FunctionEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisualShaderNodeUVFunc.FunctionEnum : long
Fields
Max = 2Represents the size of the VisualShaderNodeUVFunc.FunctionEnum enum.
Panning = 0Translates
uvby usingscaleandoffsetvalues using the following formula:uv = uv + offset * scale.uvport is connected toUVbuilt-in by default.Scaling = 1Scales
uvby usingscaleandpivotvalues using the following formula:uv = (uv - pivot) * scale + pivot.uvport is connected toUVbuilt-in by default.