ActiveTextureManagement.TextureInfoWrapper.TextureInfoWrapper C# (CSharp) 메소드

TextureInfoWrapper() 공개 메소드

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