Click or drag to resize

VisualServerGiProbeSetCellSize Method

Sets the size of individual cells within the GI probe.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void GiProbeSetCellSize(
	RID probe,
	float range
)

Parameters

probe
Type: GodotRID

[Missing <param name="probe"/> documentation for "M:Godot.VisualServer.GiProbeSetCellSize(Godot.RID,System.Single)"]

range
Type: SystemSingle

[Missing <param name="range"/> documentation for "M:Godot.VisualServer.GiProbeSetCellSize(Godot.RID,System.Single)"]

See Also