Click or drag to resize

ReflectionProbeSetOriginOffset Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ReflectionProbe.SetOriginOffset(Godot.Vector3)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetOriginOffset is deprecated. Use the OriginOffset property instead.")]
public void SetOriginOffset(
	Vector3 originOffset
)

Parameters

originOffset
Type: GodotVector3

[Missing <param name="originOffset"/> documentation for "M:Godot.ReflectionProbe.SetOriginOffset(Godot.Vector3)"]

See Also