Click or drag to resize

BakedLightmapSetImagePath Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.BakedLightmap.SetImagePath(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetImagePath is deprecated. Use the ImagePath property instead.")]
public void SetImagePath(
	string imagePath
)

Parameters

imagePath
Type: SystemString

[Missing <param name="imagePath"/> documentation for "M:Godot.BakedLightmap.SetImagePath(System.String)"]

See Also