This version of Unity is unsupported.

SortingLayerRange

struct in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Description

Describes a renderer's sorting layer range.

ScriptableRenderContext.DrawRenderers, FilterRenderersSettings.sortingLayerRange.

Static Properties

allA range that includes all objects.

Properties

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

Constructors

SortingLayerRangeSets the inclusive range for a sorting layer object.