Click or drag to resize

VisualServerLightmapCaptureGetBounds Method

Returns the size of the lightmap capture area.

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

Parameters

capture
Type: GodotRID

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

Return Value

Type: AABB

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

See Also