Click or drag to resize

VisualServerLightmapCaptureSetOctree Method

Sets the octree to be used by this lightmap capture. This function is normally used by the BakedLightmap node. Equivalent to Octree.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void LightmapCaptureSetOctree(
	RID capture,
	byte[] octree
)

Parameters

capture
Type: GodotRID

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

octree
Type: SystemByte

[Missing <param name="octree"/> documentation for "M:Godot.VisualServer.LightmapCaptureSetOctree(Godot.RID,System.Byte[])"]

See Also