SortingSettings

struct in UnityEngine.Rendering

Cambiar al Manual

Descripción

This struct describes the methods to sort objects during rendering.

Variables

cameraPositionUsed to calculate the distance to objects.
criteriaWhat kind of sorting to do while rendering.
customAxisUsed to calculate distance to objects, by comparing the positions of objects to this axis.
distanceMetricType of sorting to use while rendering.
worldToCameraMatrixUsed to calculate the distance to objects.

Constructores

SortingSettingsCreate a sorting settings struct.