VisualServerLightmapCaptureSetBounds Method |
Sets the size of the area covered by the lightmap capture. Equivalent to Bounds.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static void LightmapCaptureSetBounds(
RID capture,
AABB bounds
)
Parameters
- capture
- Type: GodotRID
[Missing <param name="capture"/> documentation for "M:Godot.VisualServer.LightmapCaptureSetBounds(Godot.RID,Godot.AABB)"]
- bounds
- Type: GodotAABB
[Missing <param name="bounds"/> documentation for "M:Godot.VisualServer.LightmapCaptureSetBounds(Godot.RID,Godot.AABB)"]
See Also