Click or drag to resize

VisualServerLightmapCaptureIsInterior Method

Returns true if capture is in "interior" mode.

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

Parameters

capture
Type: GodotRID

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

Return Value

Type: Boolean

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

See Also