Click or drag to resize

CPUParticles2DSetEmissionShape Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CPUParticles2D.SetEmissionShape(Godot.CPUParticles2D.EmissionShapeEnum)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetEmissionShape is deprecated. Use the EmissionShape property instead.")]
public void SetEmissionShape(
	CPUParticles2DEmissionShapeEnum shape
)

Parameters

shape
Type: GodotCPUParticles2DEmissionShapeEnum

[Missing <param name="shape"/> documentation for "M:Godot.CPUParticles2D.SetEmissionShape(Godot.CPUParticles2D.EmissionShapeEnum)"]

See Also