Click or drag to resize

VisualServerLightmapCaptureSetOctreeCellSubdiv Method

Sets the subdivision level of this lightmap capture's octree. Equivalent to CellSubdiv.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void LightmapCaptureSetOctreeCellSubdiv(
	RID capture,
	int subdiv
)

Parameters

capture
Type: GodotRID

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

subdiv
Type: SystemInt32

[Missing <param name="subdiv"/> documentation for "M:Godot.VisualServer.LightmapCaptureSetOctreeCellSubdiv(Godot.RID,System.Int32)"]

See Also