RenderQueueRange

struct in UnityEngine.Rendering

Switch to Manual

Description

Describes a material render queue range.

Static Variables

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.

Variables

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

Constructors

RenderQueueRangeCreate a render queue range struct.