Click or drag to resize

Polygon2DTextureScale Property

Amount to multiply the uv coordinates when using a texture. Larger values make the texture smaller, and vice versa.

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

Property Value

Type: Vector2
See Also