Click or drag to resize

SpatialMaterialSetUv2Scale Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetUv2Scale is deprecated. Use the Uv2Scale property instead.")]
public void SetUv2Scale(
	Vector3 scale
)

Parameters

scale
Type: GodotVector3

[Missing <param name="scale"/> documentation for "M:Godot.SpatialMaterial.SetUv2Scale(Godot.Vector3)"]

See Also