LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

CullResults.GetShadowCasterBounds

public bool GetShadowCasterBounds(int lightIndex, out Bounds outBounds);

Parameters

lightIndexThe index of the shadow-casting light.
outBoundsThe bounds to be computed.

Returns

bool True if the light affects at least one shadow casting object in the scene.

Description

Returns the bounding box that encapsulates the visible shadow casters. Can be used to, for instance, dynamically adjust cascade ranges.