Version: 2022.3
언어: 한국어

CustomRenderTexture.GetDoubleBufferRenderTexture

매뉴얼로 전환
public RenderTexture GetDoubleBufferRenderTexture ();

반환

RenderTexture If CustomRenderTexture. doubleBuffered is true, this returns the Render Texture that this Custom Render Texture uses for double buffering. If CustomRenderTexture. doubleBuffered is false, this returns null.

설명

Gets the Render Texture that this Custom Render Texture uses for double buffering.

Use this if you are implementing your own Custom Render Texture update loop for a Custom Render Texture that is double buffered. See Also: Rendering.GraphicsSettings.disableBuiltinCustomRenderTextures, CustomRenderTexture.doubleBuffered.