Click or drag to resize

Polygon2DSetTextureOffset Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Polygon2D.SetTextureOffset(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTextureOffset is deprecated. Use the TextureOffset property instead.")]
public void SetTextureOffset(
	Vector2 textureOffset
)

Parameters

textureOffset
Type: GodotVector2

[Missing <param name="textureOffset"/> documentation for "M:Godot.Polygon2D.SetTextureOffset(Godot.Vector2)"]

See Also