Click or drag to resize

AnimatedSprite3DSetSpriteFrames Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AnimatedSprite3D.SetSpriteFrames(Godot.SpriteFrames)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSpriteFrames is deprecated. Use the Frames property instead.")]
public void SetSpriteFrames(
	SpriteFrames spriteFrames
)

Parameters

spriteFrames
Type: GodotSpriteFrames

[Missing <param name="spriteFrames"/> documentation for "M:Godot.AnimatedSprite3D.SetSpriteFrames(Godot.SpriteFrames)"]

See Also