INTERNAL_CALL_DiscardContents() private method

private INTERNAL_CALL_DiscardContents ( RenderTexture self ) : void
self RenderTexture
return void
コード例 #1
0
 /// <summary>
 ///   <para>Discards the contents of the RenderTexture.</para>
 /// </summary>
 /// <param name="discardColor">Should the colour buffer be discarded?</param>
 /// <param name="discardDepth">Should the depth buffer be discarded?</param>
 public void DiscardContents()
 {
     RenderTexture.INTERNAL_CALL_DiscardContents(this);
 }