C# Class ME3Explorer.Unreal.Classes.Texture2D

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
pccOffset uint
properties PropertyReader.Property>.Dictionary

Méthodes publiques

Méthode 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

Method Details

OneImageToRuleThemAll() public méthode

public OneImageToRuleThemAll ( string imageFileName, string archiveDir, string &newTextureGroup ) : void
imageFileName string
archiveDir string
newTextureGroup string
Résultat void

Texture2D() public méthode

public Texture2D ( ME3Package pccObj, int texIdx ) : System
pccObj ME3Package
texIdx int
Résultat System

ToArray() public méthode

public ToArray ( int pccExportDataOffset ) : byte[]
pccExportDataOffset int
Résultat byte[]

addBiggerImage() public méthode

public addBiggerImage ( string imagePathToAdd, string archiveDir ) : void
imagePathToAdd string
archiveDir string
Résultat void

extractImage() public méthode

public extractImage ( ImageInfo imgInfo, string archiveDir = null, string fileName = null ) : void
imgInfo ImageInfo
archiveDir string
fileName string
Résultat void

extractImage() public méthode

public extractImage ( string strImgSize, string archiveDir = null, string fileName = null ) : void
strImgSize string
archiveDir string
fileName string
Résultat void

extractMaxImage() public méthode

public extractMaxImage ( string archiveDir = null, string fileName = null ) : void
archiveDir string
fileName string
Résultat void

getFileFormat() public méthode

public getFileFormat ( ) : string
Résultat string

getPropertyList() public méthode

public getPropertyList ( ) : List
Résultat List

removeImage() public méthode

public removeImage ( ) : void
Résultat void

replaceImage() public méthode

public replaceImage ( string strImgSize, string fileToReplace, string archiveDir ) : void
strImgSize string
fileToReplace string
archiveDir string
Résultat void

Property Details

pccOffset public_oe property

public uint pccOffset
Résultat uint

properties public_oe property

public Dictionary properties
Résultat PropertyReader.Property>.Dictionary