VisualServerMaterialSetNextPass Method |
Sets an object's next material.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static void MaterialSetNextPass(
RID material,
RID nextMaterial
)
Parameters
- material
- Type: GodotRID
[Missing <param name="material"/> documentation for "M:Godot.VisualServer.MaterialSetNextPass(Godot.RID,Godot.RID)"]
- nextMaterial
- Type: GodotRID
[Missing <param name="nextMaterial"/> documentation for "M:Godot.VisualServer.MaterialSetNextPass(Godot.RID,Godot.RID)"]
See Also