Click or drag to resize

VisualServerGiProbeGetBounds Method

Returns the axis-aligned bounding box that covers the full extent of the GI probe.

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

Parameters

probe
Type: GodotRID

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

Return Value

Type: AABB

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

See Also