Click or drag to resize

VisualServerReflectionProbeSetInteriorAmbient Method

Sets the ambient light color for this reflection probe when set to interior mode. Equivalent to InteriorAmbientColor.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ReflectionProbeSetInteriorAmbient(
	RID probe,
	Color color
)

Parameters

probe
Type: GodotRID

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

color
Type: GodotColor

[Missing <param name="color"/> documentation for "M:Godot.VisualServer.ReflectionProbeSetInteriorAmbient(Godot.RID,Godot.Color)"]

See Also