Click or drag to resize

CanvasItemMaterialParticlesAnimVFrames Property

The number of rows in the spritesheet assigned as Texture for a Particles2D or CPUParticles2D.

Note: This property is only used and visible in the editor if ParticlesAnimation is true.

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

Property Value

Type: Int32
See Also