与 BatchDrawCommand.flags 结合使用,指定深度排序此绘制命令中的实例的方式。
如果设置了 BatchDrawCommandFlags.HasSortingPosition,则其中包含 BatchCullingOutputDrawCommands.instanceSortingPositions 数组中第一个位置的索引,此数组包含 Unity 用于深度排序实例的世界空间位置。在这种情况下,将此值设置为第一个实例的世界空间位置 x 分量的索引。
如果未设置 BatchDrawCommandFlags.HasSortingPosition,Unity 会将此值转换为浮点数,并将其用作深度来深度排序绘制命令中的实例。