Click or drag to resize

SpriteSetFrameCoords Method

Note: This API is now obsolete.

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

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

Parameters

coords
Type: GodotVector2

[Missing <param name="coords"/> documentation for "M:Godot.Sprite.SetFrameCoords(Godot.Vector2)"]

See Also