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

DrawRendererSortSettings.cameraCustomSortAxis

マニュアルに切り替える
public Vector3 cameraCustomSortAxis ;

説明

Used to calculate distance to objects, by comparing the positions of objects to this axis.

When the sorting mode is set to Custom Axis, use this together with worldToCameraMatrix and cameraPosition to determine the distances to objects for sorting.

関連項目: DrawRendererSettings, RenderLoop.DrawRenderers.