C# Class ME3Explorer.Unreal.Classes.Texture2D

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
pccOffset uint
properties PropertyReader.Property>.Dictionary

Public Methods

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

Method Details

OneImageToRuleThemAll() public method

public OneImageToRuleThemAll ( string imageFileName, string archiveDir, string &newTextureGroup ) : void
imageFileName string
archiveDir string
newTextureGroup string
return void

Texture2D() public method

public Texture2D ( ME3Package pccObj, int texIdx ) : System
pccObj ME3Package
texIdx int
return System

ToArray() public method

public ToArray ( int pccExportDataOffset ) : byte[]
pccExportDataOffset int
return byte[]

addBiggerImage() public method

public addBiggerImage ( string imagePathToAdd, string archiveDir ) : void
imagePathToAdd string
archiveDir string
return void

extractImage() public method

public extractImage ( ImageInfo imgInfo, string archiveDir = null, string fileName = null ) : void
imgInfo ImageInfo
archiveDir string
fileName string
return void

extractImage() public method

public extractImage ( string strImgSize, string archiveDir = null, string fileName = null ) : void
strImgSize string
archiveDir string
fileName string
return void

extractMaxImage() public method

public extractMaxImage ( string archiveDir = null, string fileName = null ) : void
archiveDir string
fileName string
return void

getFileFormat() public method

public getFileFormat ( ) : string
return string

getPropertyList() public method

public getPropertyList ( ) : List
return List

removeImage() public method

public removeImage ( ) : void
return void

replaceImage() public method

public replaceImage ( string strImgSize, string fileToReplace, string archiveDir ) : void
strImgSize string
fileToReplace string
archiveDir string
return void

Property Details

pccOffset public property

public uint pccOffset
return uint

properties public property

public Dictionary properties
return PropertyReader.Property>.Dictionary