Click or drag to resize

VisualServerReflectionProbeSetOriginOffset Method

Sets the origin offset to be used when this reflection probe is in box project mode. Equivalent to OriginOffset.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ReflectionProbeSetOriginOffset(
	RID probe,
	Vector3 offset
)

Parameters

probe
Type: GodotRID

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

offset
Type: GodotVector3

[Missing <param name="offset"/> documentation for "M:Godot.VisualServer.ReflectionProbeSetOriginOffset(Godot.RID,Godot.Vector3)"]

See Also