This version of Unity is unsupported.

RenderQueueRange

struct in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Description

Describes a material render queue range.

Static Properties

allA range that includes all objects.
maximumBoundMaximum value that can be used as a bound.
minimumBoundMinimum value that can be used as a bound.
opaqueA range that includes only opaque objects.
transparentA range that includes only transparent objects.

Properties

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

Constructors

RenderQueueRangeCreate a render queue range struct.