UnityEngine.WWW.WWW C# (CSharp) Method

WWW() private method

private WWW ( string url, Hash128 hash, uint crc ) : System
url string
hash Hash128
crc uint
return System
        internal WWW(string url, Hash128 hash, uint crc)
        {
            INTERNAL_CALL_WWW(this, url, ref hash, crc);
        }

Same methods

WWW::WWW ( string url ) : System
WWW::WWW ( string url, WWWForm form ) : System
WWW::WWW ( string url, byte postData ) : System
WWW::WWW ( string url, byte postData, string>.Dictionary headers ) : System