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

DrawRendererSortSettings

struct in UnityEngine.Experimental.Rendering

Switch to Manual

Description

This struct describes the methods to sort objects during rendering.

See Also: DrawRendererSettings, RenderLoop.DrawRenderers.

Variables

cameraCustomSortAxisUsed to calculate distance to objects, by comparing the positions of objects to this axis.
cameraPositionUsed to calculate the distance to objects.
flagsWhat kind of sorting to do while rendering.
sortModeType of sorting to use while rendering.
worldToCameraMatrixUsed to calculate the distance to objects.