Version: 2020.1
언어: 한국어

CommandBuffer.IncrementUpdateCount

매뉴얼로 전환
public void IncrementUpdateCount (Rendering.RenderTargetIdentifier dest);

파라미터

dest Increments the updateCount for this Texture.

설명

Increments the updateCount property of a Texture.

This is useful if the execution of a command buffer mutates a Texture because you can rely on the Texture's updateCount to detect any changes.