SharpQuake.texture_t.texture_t C# (CSharp) Method

texture_t() public method

public texture_t ( ) : System
return System
        public texture_t()
        {
            offsets = new int[BspFile.MIPLEVELS];
        }
texture_t