Свойство | Тип | Описание | |
---|---|---|---|
AutofixSuccess | bool | ||
ExpectedFormat | ImageEngineFormat | ||
ExpectedMips | int | ||
FileDuplicates | List |
||
FileName | String | ||
FilePath | string | ||
Height | int | ||
TPFInd | int | ||
ThumbInd | int | ||
Thumbnail | |||
TreeDuplicates | List |
||
Width | int | ||
found | bool | ||
wasAnalysed | bool | ||
zippy |
Метод | Описание | |
---|---|---|
Autofixedpath ( string TemporaryPath ) : string | ||
CalculateMipCount ( int Width, int Height ) : int | ||
Clone ( ) : |
Clones current TPF texture object.
|
|
Convert ( ) : void |
Converts texture.
|
|
CreateModJob ( string ExecFolder, string pathBIOGame ) : |
Create a .mod job from current TPF texture object.
|
|
DisplayString ( int index ) : string | ||
DisplayString ( string file ) : string | ||
Dispose ( ) : void | ||
EnumerateDetails ( ) : void |
Collects details of current texture, like thumbnail, number of mips, and format.
|
|
Extract ( string ExtractPath, bool ToMemory = false ) : byte[] |
Extracts image from TPF or copies image data from external file. Also able to return a byte[] of image data.
|
|
FormatTexDetails ( bool Analysed ) : String |
Format texture details for TPFTools.
|
|
GetFileFromDisplay ( string file ) : string | ||
TPFTexInfo ( ) : KFreonLib.Debugging |
Constructor for TPF texture object. Placeholder for lists.
|
|
TPFTexInfo ( string filename, int tpfind, string path, |
Constructor for TPF texture objects.
|
|
UndoAnalysis ( int newGameVersion ) : void | ||
UpdateTex ( int treeInd, |
Updates current texture object from tree.
|
|
ValidateDimensions ( |
public Autofixedpath ( string TemporaryPath ) : string | ||
TemporaryPath | string | |
Результат | string |
public static CalculateMipCount ( int Width, int Height ) : int | ||
Width | int | |
Height | int | |
Результат | int |
public CreateModJob ( string ExecFolder, string pathBIOGame ) : |
||
ExecFolder | string | Path to ME3Explorer \exec\ folder. |
pathBIOGame | string | Path to BIOGame. |
Результат |
public DisplayString ( int index ) : string | ||
index | int | |
Результат | string |
public DisplayString ( string file ) : string | ||
file | string | |
Результат | string |
public Extract ( string ExtractPath, bool ToMemory = false ) : byte[] | ||
ExtractPath | string | Path to extract image to. |
ToMemory | bool | OPTIONAL: If true, byte[] of image data returned. |
Результат | byte[] |
public FormatTexDetails ( bool Analysed ) : String | ||
Analysed | bool | Add extra stuff if analysis has been performed. |
Результат | String |
public GetFileFromDisplay ( string file ) : string | ||
file | string | |
Результат | string |
public TPFTexInfo ( ) : KFreonLib.Debugging | ||
Результат | KFreonLib.Debugging |
public TPFTexInfo ( string filename, int tpfind, string path, |
||
filename | string | Filename of texture. |
tpfind | int | Index of texture inside TPF, if applicable. |
path | string | Path of texture, if applicable. |
zip | Zippy of TPF, if applicable. | |
WhichGame | int | |
Результат | KFreonLib.Debugging |
public UndoAnalysis ( int newGameVersion ) : void | ||
newGameVersion | int | |
Результат | void |
public UpdateTex ( int treeInd, |
||
treeInd | int | Index of texture in tree. |
treetex | Tree texture object to get info from. | |
Результат | void |
public ValidateDimensions ( |
||
tex | ||
Результат | bool |
public ImageEngineFormat ExpectedFormat | ||
Результат | ImageEngineFormat |
public MemoryStream,System.IO Thumbnail | ||
Результат |