upperBound
Inclusive upper bound for the range.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public int upperBound { get; set; }
Remarks
Objects that have material render queue smaller or equal to this are included in the range.
Additional Resources: RenderQueueRange.lowerBound, FilteringSettings.renderQueueRange.