Click or drag to resize

VisualServerScenarioSetReflectionAtlasSize Method

Sets the size of the reflection atlas shared by all reflection probes in this scenario.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ScenarioSetReflectionAtlasSize(
	RID scenario,
	int size,
	int subdiv
)

Parameters

scenario
Type: GodotRID

[Missing <param name="scenario"/> documentation for "M:Godot.VisualServer.ScenarioSetReflectionAtlasSize(Godot.RID,System.Int32,System.Int32)"]

size
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:Godot.VisualServer.ScenarioSetReflectionAtlasSize(Godot.RID,System.Int32,System.Int32)"]

subdiv
Type: SystemInt32

[Missing <param name="subdiv"/> documentation for "M:Godot.VisualServer.ScenarioSetReflectionAtlasSize(Godot.RID,System.Int32,System.Int32)"]

See Also