Property | Type | Description | |
---|---|---|---|
pccOffset | uint | ||
properties | PropertyReader.Property>.Dictionary |
Method | Description | |
---|---|---|
OneImageToRuleThemAll ( string imageFileName, string archiveDir, string &newTextureGroup ) : void | ||
Texture2D ( ME3Package pccObj, int texIdx ) : System | ||
ToArray ( int pccExportDataOffset ) : byte[] | ||
addBiggerImage ( string imagePathToAdd, string archiveDir ) : void | ||
extractImage ( ImageInfo imgInfo, string archiveDir = null, string fileName = null ) : void | ||
extractImage ( string strImgSize, string archiveDir = null, string fileName = null ) : void | ||
extractMaxImage ( string archiveDir = null, string fileName = null ) : void | ||
getFileFormat ( ) : string | ||
getPropertyList ( ) : List |
||
removeImage ( ) : void | ||
replaceImage ( string strImgSize, string fileToReplace, string archiveDir ) : void |
public OneImageToRuleThemAll ( string imageFileName, string archiveDir, string &newTextureGroup ) : void | ||
imageFileName | string | |
archiveDir | string | |
newTextureGroup | string | |
return | void |
public Texture2D ( ME3Package pccObj, int texIdx ) : System | ||
pccObj | ME3Package | |
texIdx | int | |
return | System |
public ToArray ( int pccExportDataOffset ) : byte[] | ||
pccExportDataOffset | int | |
return | byte[] |
public addBiggerImage ( string imagePathToAdd, string archiveDir ) : void | ||
imagePathToAdd | string | |
archiveDir | string | |
return | void |
public extractImage ( ImageInfo imgInfo, string archiveDir = null, string fileName = null ) : void | ||
imgInfo | ImageInfo | |
archiveDir | string | |
fileName | string | |
return | void |
public extractImage ( string strImgSize, string archiveDir = null, string fileName = null ) : void | ||
strImgSize | string | |
archiveDir | string | |
fileName | string | |
return | void |
public extractMaxImage ( string archiveDir = null, string fileName = null ) : void | ||
archiveDir | string | |
fileName | string | |
return | void |
public replaceImage ( string strImgSize, string fileToReplace, string archiveDir ) : void | ||
strImgSize | string | |
fileToReplace | string | |
archiveDir | string | |
return | void |