Click or drag to resize

VisualShaderType Enumeration

[Missing <summary> documentation for "T:Godot.VisualShader.Type"]

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

A vertex shader, operating on vertices.

Fragment1

A fragment shader, operating on fragments (pixels).

Light2

A shader for light calculations.

Max3

Represents the size of the VisualShaderType enum.

See Also