Click or drag to resize

CanvasItemMaterialParticlesAnimation Property

If true, enable spritesheet-based animation features when assigned to Particles2D and CPUParticles2D nodes. The AnimSpeed or AnimSpeed should also be set to a positive value for the animation to play.

This property (and other particles_anim_* properties that depend on it) has no effect on other types of nodes.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool ParticlesAnimation { get; set; }

Property Value

Type: Boolean
See Also