お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseRenderTexture の中のカラーまたはデプスバッファ部分。
ひとつの RenderTexture オブジェクトはカラーおよびデプスバッファ両方を表現しますが、 多くの複雑なレンダリングアルゴリズムは、複数のカラーバッファで 同一のデプスバッファ、 あるいはその逆を必要とします。 このクラスは RenderTexture の中のカラーまたはデプスバッファ部分を表現します。 See Also: RenderTexture.colorBuffer, RenderTexture.depthBuffer, Graphics.activeColorBuffer, Graphics.activeDepthBuffer, Graphics.SetRenderTarget.