Click or drag to resize

VisualServerLightmapCaptureSetOctreeCellTransform Method

Sets the octree cell transform for this lightmap capture's octree. Equivalent to CellSpaceTransform.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void LightmapCaptureSetOctreeCellTransform(
	RID capture,
	Transform xform
)

Parameters

capture
Type: GodotRID

[Missing <param name="capture"/> documentation for "M:Godot.VisualServer.LightmapCaptureSetOctreeCellTransform(Godot.RID,Godot.Transform)"]

xform
Type: GodotTransform

[Missing <param name="xform"/> documentation for "M:Godot.VisualServer.LightmapCaptureSetOctreeCellTransform(Godot.RID,Godot.Transform)"]

See Also