INTERNAL_CALL_IsCreated() 개인적인 메소드

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