Click or drag to resize

AnimatedSprite3DGetSpriteFrames Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AnimatedSprite3D.GetSpriteFrames"]

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

Return Value

Type: SpriteFrames

[Missing <returns> documentation for "M:Godot.AnimatedSprite3D.GetSpriteFrames"]

See Also