Sorted | |
[FlagsAttribute] public enum RenderingQueueSorterType
| Member name | Value | Description |
|---|---|---|
| None | 0 | No sorting is performed - objects are rendering in the same order as they are added to the queue |
| CameraDistance | 1 | Objects are sorted by camera distance |
| Material | 2 | Objects are sorted in such a way so that objects with same material are rendered together to reduce the number of needed state changes. |
| Other | 3 | Objects are sorted by some other criteria. |
Copyright (c) by AB4D d.o.o. (www.ab4d.com)