UnityEngine.Networking.DownloadHandlerTexture.DownloadHandlerTexture C# (CSharp) Method

DownloadHandlerTexture() public method

Default constructor.

public DownloadHandlerTexture ( ) : System
return System
        public DownloadHandlerTexture()
        {
            base.InternalCreateTexture(true);
        }

Same methods

DownloadHandlerTexture::DownloadHandlerTexture ( bool readable ) : System