Exemplo n.º 1
0
 public STextureDB(string inName, ECGTexture ePrmType, uint inFlags, Action <string, string, List <SFXTexture>, SCGTexture, CShader> inParserFunc)
 {
     szName       = inName;
     nFlags       = inFlags;
     ParserFunc   = inParserFunc;
     eTextureType = ePrmType;
 }
Exemplo n.º 2
0
 public STextureDB(string inName, ECGTexture ePrmType, uint inFlags)
 {
     szName       = inName;
     nFlags       = inFlags;
     eTextureType = ePrmType;
 }