Click or drag to resize

SpatialMaterialUv1Offset Property

How much to offset the UV coordinates. This amount will be added to UV in the vertex function. This can be used to offset a texture.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 Uv1Offset { get; set; }

Property Value

Type: Vector3
See Also