Click or drag to resize

SpatialMaterialSetUv1Offset Method

Note: This API is now obsolete.

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

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

Parameters

offset
Type: GodotVector3

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

See Also