UnityEngine.Networking.DownloadHandlerBuffer.GetData C# (CSharp) Méthode

GetData() protected méthode

Returns a copy of the contents of the native-memory data buffer as a byte array.

protected GetData ( ) : byte[]
Résultat byte[]
        protected override byte[] GetData()
        {
            return this.InternalGetData();
        }