Click or drag to resize

SpriteSetHframes Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Sprite.SetHframes(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetHframes is deprecated. Use the Hframes property instead.")]
public void SetHframes(
	int hframes
)

Parameters

hframes
Type: SystemInt32

[Missing <param name="hframes"/> documentation for "M:Godot.Sprite.SetHframes(System.Int32)"]

See Also