Click or drag to resize

Particles2DSetOneShot Method

Note: This API is now obsolete.

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

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

Parameters

secs
Type: SystemBoolean

[Missing <param name="secs"/> documentation for "M:Godot.Particles2D.SetOneShot(System.Boolean)"]

See Also