Click or drag to resize

VisualServerGiProbeGetToCellXform Method

Returns the Transform set by GiProbeSetToCellXform(RID, Transform).

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

Parameters

probe
Type: GodotRID

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

Return Value

Type: Transform

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

See Also