Click or drag to resize

VisualServerGiProbeGetDynamicData Method

Returns the data used by the GI probe.

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

Parameters

probe
Type: GodotRID

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

Return Value

Type: Int32

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

See Also