Click or drag to resize

BakedLightmapSetCaptureEnabled Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.BakedLightmap.SetCaptureEnabled(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCaptureEnabled is deprecated. Use the CaptureEnabled property instead.")]
public void SetCaptureEnabled(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.BakedLightmap.SetCaptureEnabled(System.Boolean)"]

See Also