Version: 2020.2
언어: 한국어
public void SetInvertCulling (bool invertCulling);

파라미터

invertCulling A boolean indicating whether to invert the backface culling (true) or not (false).

설명

Add a "set invert culling" command to the buffer.

When the command buffer is executed, the backface culling is either inverted (when invertCulling is set to true) or not (when invertCulling is set to false) (see GL.invertCulling).