Click or drag to resize

LightSetBakeMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Light.SetBakeMode(Godot.Light.BakeMode)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBakeMode is deprecated. Use the LightBakeMode property instead.")]
public void SetBakeMode(
	LightBakeMode bakeMode
)

Parameters

bakeMode
Type: GodotLightBakeMode

[Missing <param name="bakeMode"/> documentation for "M:Godot.Light.SetBakeMode(Godot.Light.BakeMode)"]

See Also