Click or drag to resize

SpatialMaterialSetRoughnessTextureChannel Method

Note: This API is now obsolete.

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

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

Parameters

channel
Type: GodotSpatialMaterialTextureChannel

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

See Also