Click or drag to resize

CanvasItemMaterialSetParticlesAnimation Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CanvasItemMaterial.SetParticlesAnimation(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetParticlesAnimation is deprecated. Use the ParticlesAnimation property instead.")]
public void SetParticlesAnimation(
	bool particlesAnim
)

Parameters

particlesAnim
Type: SystemBoolean

[Missing <param name="particlesAnim"/> documentation for "M:Godot.CanvasItemMaterial.SetParticlesAnimation(System.Boolean)"]

See Also