Click or drag to resize

VisualServerGiProbeGetDynamicRange Method

Returns the dynamic range set for this GI probe. Equivalent to DynamicRange.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static int GiProbeGetDynamicRange(
	RID probe
)

Parameters

probe
Type: GodotRID

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

Return Value

Type: Int32

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

See Also