Click or drag to resize

VisualServerLightmapCaptureSetInterior Method

Sets the "interior" mode for this lightmap capture. Equivalent to Interior.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void LightmapCaptureSetInterior(
	RID capture,
	bool interior
)

Parameters

capture
Type: GodotRID

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

interior
Type: SystemBoolean

[Missing <param name="interior"/> documentation for "M:Godot.VisualServer.LightmapCaptureSetInterior(Godot.RID,System.Boolean)"]

See Also