Click or drag to resize

ViewportGetShadowAtlasQuadrantSubdiv Method

Note: This API is now obsolete.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetShadowAtlasQuadrantSubdiv is deprecated. Use the ShadowAtlasQuad3 property instead.")]
public ViewportShadowAtlasQuadrantSubdiv GetShadowAtlasQuadrantSubdiv(
	int quadrant
)

Parameters

quadrant
Type: SystemInt32

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

Return Value

Type: ViewportShadowAtlasQuadrantSubdiv

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

See Also