Version: 2018.4
Experimental: this API is experimental and might be changed or removed in the future.

DrawRendererSortSettings

struct in UnityEngine.Experimental.Rendering

マニュアルに切り替える

説明

This struct describes the methods to sort objects during rendering.

関連項目: DrawRendererSettings, RenderLoop.DrawRenderers.

変数

cameraCustomSortAxisUsed to calculate distance to objects, by comparing the positions of objects to this axis.
cameraPositionUsed to calculate the distance to objects.
flagsWhat kind of sorting to do while rendering.
sortModeType of sorting to use while rendering.
worldToCameraMatrixUsed to calculate the distance to objects.