Click or drag to resize

BakedLightmapSetExtents Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetExtents is deprecated. Use the Extents property instead.")]
public void SetExtents(
	Vector3 extents
)

Parameters

extents
Type: GodotVector3

[Missing <param name="extents"/> documentation for "M:Godot.BakedLightmap.SetExtents(Godot.Vector3)"]

See Also