Click or drag to resize

MaterialSetNextPass Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Material.SetNextPass(Godot.Material)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetNextPass is deprecated. Use the NextPass property instead.")]
public void SetNextPass(
	Material nextPass
)

Parameters

nextPass
Type: GodotMaterial

[Missing <param name="nextPass"/> documentation for "M:Godot.Material.SetNextPass(Godot.Material)"]

See Also