INTERNAL_CALL_WWW() 개인적인 메소드

private INTERNAL_CALL_WWW ( WWW self, string url, Hash128 &hash, uint crc ) : void
self WWW
url string
hash Hash128
crc uint
리턴 void
예제 #1
0
 internal WWW(string url, Hash128 hash, uint crc)
 {
     WWW.INTERNAL_CALL_WWW(this, url, ref hash, crc);
 }