Click or drag to resize

BakedLightmapDataSetBounds Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBounds is deprecated. Use the Bounds property instead.")]
public void SetBounds(
	AABB bounds
)

Parameters

bounds
Type: GodotAABB

[Missing <param name="bounds"/> documentation for "M:Godot.BakedLightmapData.SetBounds(Godot.AABB)"]

See Also