KFreonLib.Textures.TreeTexInfo.TreeTexInfo C# (CSharp) Method

TreeTexInfo() public method

Constructor for tree texture object for use in initial lists to be populated later.
public TreeTexInfo ( ) : KFreonLib.Debugging
return KFreonLib.Debugging
        public TreeTexInfo()
        {
            // KFreon: Initialise lists
            Textures = new List<ITexture2D>();
            Files = new List<string>();
            OriginalFiles = new List<string>();
            ExpIDs = new List<int>();
            OriginalFiles = new List<string>();
        }

Same methods

TreeTexInfo::TreeTexInfo ( IPCCObject temppcc, int ExpID, int WhichGame, string pathBIOGame, string ExecPath, bool &Success ) : KFreonLib.Debugging
TreeTexInfo::TreeTexInfo ( ITexture2D tex2D, int ExpID, uint hash, int WhichGame, IPCCObject pcc, int tfcoffset, string thumbpath, string pathBIOGame ) : KFreonLib.Debugging
TreeTexInfo::TreeTexInfo ( List GivenFiles, List GivenExpIDs, uint GivenHash, int GivenMips, List GivenTextures, int WhichGame, string pathBIOGame ) : KFreonLib.Debugging