UnityEngine.Networking.DownloadHandlerScript.InternalSetPreallocatedBuffer C# (CSharp) Method

InternalSetPreallocatedBuffer() private method

private InternalSetPreallocatedBuffer ( byte buffer ) : void
buffer byte
return void
        private extern void InternalSetPreallocatedBuffer(byte[] buffer);
    }