INTERNAL_CALL_IsCreated() private method

private INTERNAL_CALL_IsCreated ( RenderTexture self ) : bool
self RenderTexture
return bool
 /// <summary>
 ///   <para>Is the render texture actually created?</para>
 /// </summary>
 public bool IsCreated()
 {
     return(RenderTexture.INTERNAL_CALL_IsCreated(this));
 }