Click or drag to resize

GridMapSetUseInBakedLight Method

Note: This API is now obsolete.

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

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

Parameters

useInBakedLight
Type: SystemBoolean

[Missing <param name="useInBakedLight"/> documentation for "M:Godot.GridMap.SetUseInBakedLight(System.Boolean)"]

See Also