Click or drag to resize

VisualShaderSetMode Method

Sets the mode of this shader.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetMode(
	ShaderMode mode
)

Parameters

mode
Type: GodotShaderMode

[Missing <param name="mode"/> documentation for "M:Godot.VisualShader.SetMode(Godot.Shader.Mode)"]

See Also