Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

Experimental: this API is experimental and might be changed or removed in the future.

CullResults.GetCullingParameters

public static bool GetCullingParameters(Camera camera, out Experimental.Rendering.CullingParameters cullingParameters);

Parameters

camera Camera to get parameters for.
cullingParameters Result culling parameters.

Returns

bool Flag indicating whether culling parameters are valid.

Description

Get culling parameters for a camera.

Returns false if camera is invalid to render (empty viewport rectangle, invalid clip plane setup etc.).

See Also: Cull, CullingParameters.