Click or drag to resize

VisualServerReflectionProbeSetExtents Method

Sets the size of the area that the reflection probe will capture. Equivalent to Extents.

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

Parameters

probe
Type: GodotRID

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

extents
Type: GodotVector3

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

See Also