Click or drag to resize

SpriteSetVframes Method

Note: This API is now obsolete.

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

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

Parameters

vframes
Type: SystemInt32

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

See Also