Click or drag to resize

AnimatedTextureMaxFrames Field

The maximum number of frames supported by AnimatedTexture. If you need more frames in your animation, use AnimationPlayer or AnimatedSprite.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public const int MaxFrames = 256

Field Value

Type: Int32
See Also