Click or drag to resize

CPUParticles2DSetEmissionRectExtents Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetEmissionRectExtents is deprecated. Use the EmissionRectExtents property instead.")]
public void SetEmissionRectExtents(
	Vector2 extents
)

Parameters

extents
Type: GodotVector2

[Missing <param name="extents"/> documentation for "M:Godot.CPUParticles2D.SetEmissionRectExtents(Godot.Vector2)"]

See Also