言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

RenderTexture.ReleaseTemporary

Suggest a change

Success!

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.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static function ReleaseTemporary(temp: RenderTexture): void;
public static void ReleaseTemporary(RenderTexture temp);
public static def ReleaseTemporary(temp as RenderTexture) as void

Description

GetTemporary 関数で割り当てられた一時的なテクスチャを解放します

後続の GetTemporary 呼び出しは過去に作成されたレンダーテクスチャを可能な場合に再利用します。 もし一時的な RenderTexture に対するリクエストが数フレームなかった場合、破棄されます。 See Also: GetTemporary 関数