Click or drag to resize

VisualServerLightmapCaptureGetOctree Method

Returns the octree used by the lightmap capture.

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

Parameters

capture
Type: GodotRID

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

Return Value

Type: Byte

[Missing <returns> documentation for "M:Godot.VisualServer.LightmapCaptureGetOctree(Godot.RID)"]

See Also