Click or drag to resize

BakedLightmapSetLightData Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.BakedLightmap.SetLightData(Godot.BakedLightmapData)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetLightData is deprecated. Use the LightData property instead.")]
public void SetLightData(
	BakedLightmapData data
)

Parameters

data
Type: GodotBakedLightmapData

[Missing <param name="data"/> documentation for "M:Godot.BakedLightmap.SetLightData(Godot.BakedLightmapData)"]

See Also