This version of Unity is unsupported.

SortingLayerRange Constructor

Declaration

public SortingLayerRange(short lowerBound, short upperBound);

Parameters

lowerBound Lowest sorting layer value to include.
upperBound Highest sorting layer value to include.

Description

Sets the inclusive range for a sorting layer object.

See Also: lowerBound, See Also: upperBound.