Click or drag to resize

VisualServerParticlesGetCurrentAabb Method

Calculates and returns the axis-aligned bounding box that contains all the particles. Equivalent to CaptureAabb.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static AABB ParticlesGetCurrentAabb(
	RID particles
)

Parameters

particles
Type: GodotRID

[Missing <param name="particles"/> documentation for "M:Godot.VisualServer.ParticlesGetCurrentAabb(Godot.RID)"]

Return Value

Type: AABB

[Missing <returns> documentation for "M:Godot.VisualServer.ParticlesGetCurrentAabb(Godot.RID)"]

See Also