Click or drag to resize

CanvasItemMaterialParticlesAnimHFrames Property

The number of columns 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 ParticlesAnimHFrames { get; set; }

Property Value

Type: Int32
See Also