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

CullResults.GetCullingParameters

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

Parámetros

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

Valor de retorno

bool Flag indicating whether culling parameters are valid.

Descripción

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.