SystemInfo.usesReversedZBuffer
public static bool usesReversedZBuffer;
Description 描述
This property is true if the current platform uses a reversed depth buffer (where values range from 1 at the near plane and 0 at far plane), and false if the depth buffer is normal (0 is near, 1 is far). (Read Only)
See Also: Platform differences.