SortingLayerRange

struct in UnityEngine.Rendering

Switch to Manual

Description

Describes a renderer's sorting layer range.

ScriptableRenderContext.DrawRenderers, FilterRenderersSettings.sortingLayerRange.

Static Variables

allA range that includes all objects.

Variables

lowerBoundInclusive lower bound for the range.
upperBoundInclusive upper bound for the range.

Constructors

SortingLayerRangeSets the inclusive range for a sorting layer object.