Click or drag to resize

SpatialMaterialSetMetallicTextureChannel Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.SpatialMaterial.SetMetallicTextureChannel(Godot.SpatialMaterial.TextureChannel)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMetallicTextureChannel is deprecated. Use the MetallicTextureChannel property instead.")]
public void SetMetallicTextureChannel(
	SpatialMaterialTextureChannel channel
)

Parameters

channel
Type: GodotSpatialMaterialTextureChannel

[Missing <param name="channel"/> documentation for "M:Godot.SpatialMaterial.SetMetallicTextureChannel(Godot.SpatialMaterial.TextureChannel)"]

See Also