Click or drag to resize

Light.SetBakeMode 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(
	Light.BakeMode bakeMode
)

Parameters

bakeMode
Type: Godot.Light.BakeMode

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

See Also