Click or drag to resize

VisualServerLightSetBakeMode Method

Sets the bake mode for this light, see VisualServerLightBakeMode for options. The bake mode affects how the light will be baked in BakedLightmaps and GIProbes.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void LightSetBakeMode(
	RID light,
	VisualServerLightBakeMode bakeMode
)

Parameters

light
Type: GodotRID

[Missing <param name="light"/> documentation for "M:Godot.VisualServer.LightSetBakeMode(Godot.RID,Godot.VisualServer.LightBakeMode)"]

bakeMode
Type: GodotVisualServerLightBakeMode

[Missing <param name="bakeMode"/> documentation for "M:Godot.VisualServer.LightSetBakeMode(Godot.RID,Godot.VisualServer.LightBakeMode)"]

See Also