Click or drag to resize

SpriteFrameCoords Property

Coordinates of the frame to display from sprite sheet. This is as an alias for the Frame property. Hframes or Vframes must be greater than 1.

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

Property Value

Type: Vector2
See Also