Click or drag to resize

SpatialMaterialSetRefractionTextureChannel Method

Note: This API is now obsolete.

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

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

Parameters

channel
Type: GodotSpatialMaterialTextureChannel

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

See Also