Click or drag to resize

Polygon2DTextureOffset Property

Amount to offset the polygon's texture. If (0, 0) the texture's origin (its top-left corner) will be placed at the polygon's position.

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

Property Value

Type: Vector2
See Also