ActiveTextureManagement.TextureInfoWrapper.TextureInfoWrapper C# (CSharp) Method

TextureInfoWrapper() public method

public TextureInfoWrapper ( UrlDir file, UnityEngine newTex, bool nrmMap, bool readable, bool compress ) : System
file UrlDir
newTex UnityEngine
nrmMap bool
readable bool
compress bool
return System
        public TextureInfoWrapper(UrlDir.UrlFile file, UnityEngine.Texture2D newTex, bool nrmMap, bool readable, bool compress)
            : base(file, newTex, nrmMap, readable, compress)
        {
        }
TextureInfoWrapper