This version of Unity is unsupported.

RenderQueueRange Constructor

Declaration

public RenderQueueRange(int lowerBound, int upperBound);

Parameters

lowerBound Inclusive lower bound for the range.
upperBound Inclusive upper bound for the range.

Description

Create a render queue range struct.