Click or drag to resize

VisualServerGiProbeSetBounds Method

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

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

Parameters

probe
Type: GodotRID

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

bounds
Type: GodotAABB

[Missing <param name="bounds"/> documentation for "M:Godot.VisualServer.GiProbeSetBounds(Godot.RID,Godot.AABB)"]

See Also