Click or drag to resize

BakedLightmapSetMaxAtlasSize Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMaxAtlasSize is deprecated. Use the AtlasMaxSize property instead.")]
public void SetMaxAtlasSize(
	int maxAtlasSize
)

Parameters

maxAtlasSize
Type: SystemInt32

[Missing <param name="maxAtlasSize"/> documentation for "M:Godot.BakedLightmap.SetMaxAtlasSize(System.Int32)"]

See Also