Click or drag to resize

BakedLightmapSetCaptureCellSize Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCaptureCellSize is deprecated. Use the CaptureCellSize property instead.")]
public void SetCaptureCellSize(
	float captureCellSize
)

Parameters

captureCellSize
Type: SystemSingle

[Missing <param name="captureCellSize"/> documentation for "M:Godot.BakedLightmap.SetCaptureCellSize(System.Single)"]

See Also