EditorCameraUtils.GetRenderersFilteringResults

Declaration

public static void GetRenderersFilteringResults(ReadOnlySpan<int> rendererIDs, Span<bool> results);

Parameters

rendererIDs Span containing Renderers' instance IDs.
results Output Span. If an element is true, it indicates that the Renderer element of the input aray should be rendered under the current SceneView scene filtering settings.

Description

Returns the SceneView scene filtering results for a specified NativeArray of Renderer instance IDs.

This function retrieves the SceneView scene filtering results for a group of Renderers.


Did you find this page useful? Please give it a rating: