Click or drag to resize

SpatialMaterialSetDetailUv Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDetailUv is deprecated. Use the DetailUvLayer property instead.")]
public void SetDetailUv(
	SpatialMaterialDetailUV detailUv
)

Parameters

detailUv
Type: GodotSpatialMaterialDetailUV

[Missing <param name="detailUv"/> documentation for "M:Godot.SpatialMaterial.SetDetailUv(Godot.SpatialMaterial.DetailUV)"]

See Also