Click or drag to resize

VisualServerGiProbeSetToCellXform Method

Sets the to cell Transform for this GI probe.

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

Parameters

probe
Type: GodotRID

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

xform
Type: GodotTransform

[Missing <param name="xform"/> documentation for "M:Godot.VisualServer.GiProbeSetToCellXform(Godot.RID,Godot.Transform)"]

See Also