RenderQueueRange

struct in UnityEngine.Rendering

Cambiar al Manual

Descripción

Describes a material render queue range.

Variables Estáticas

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.

Constructores

RenderQueueRangeCreate a render queue range struct.