Click or drag to resize

ViewportSetShadowAtlasSize Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Viewport.SetShadowAtlasSize(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetShadowAtlasSize is deprecated. Use the ShadowAtlasSize property instead.")]
public void SetShadowAtlasSize(
	int size
)

Parameters

size
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:Godot.Viewport.SetShadowAtlasSize(System.Int32)"]

See Also