Click or drag to resize

BakedLightmapDataSetCellSpaceTransform Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCellSpaceTransform is deprecated. Use the CellSpaceTransform property instead.")]
public void SetCellSpaceTransform(
	Transform xform
)

Parameters

xform
Type: GodotTransform

[Missing <param name="xform"/> documentation for "M:Godot.BakedLightmapData.SetCellSpaceTransform(Godot.Transform)"]

See Also