Property | Type | Description | |
---|---|---|---|
FullPackage | string | ||
ListViewIndex | int | ||
ParentNode | |||
Textures | List |
||
ThumbnailPath | string | ||
TriedThumbUpdate | bool | ||
tfcOffset | int |
Method | Description | |
---|---|---|
GetImage ( string pathBIOGame, int size = -1 ) : |
Returns current texture as a Bitmap. Option to specify size.
|
|
TreeTexInfo ( ) : KFreonLib.Debugging |
Constructor for tree texture object for use in initial lists to be populated later.
|
|
TreeTexInfo ( IPCCObject temppcc, int ExpID, int WhichGame, string pathBIOGame, string ExecPath, bool &Success ) : KFreonLib.Debugging |
Constructor for tree texture object.
|
|
TreeTexInfo ( ITexture2D tex2D, int ExpID, uint hash, int WhichGame, IPCCObject pcc, int tfcoffset, string thumbpath, string pathBIOGame ) : KFreonLib.Debugging |
Constructor for tree texture objects.
|
|
TreeTexInfo ( List |
Constructor for tree texture object.
|
|
Update ( List |
||
Update ( |
Method | Description | |
---|---|---|
InfoInitialise ( ITexture2D tex2D, int ExpID, uint hash, int WhichGame, IPCCObject pcc, int tfcoffset, string thumbpath, string pathBIOGame ) : void |
Common initialiser used by both TexInfo derivations.
|
|
InfoInitialise ( List |
Common initialiser used by both TexInfo derivations.
|
|
ReorderCheck ( string pathBIOGame ) : void |
public GetImage ( string pathBIOGame, int size = -1 ) : |
||
pathBIOGame | string | Path to BIOGame. |
size | int | OPTIONAL: Maximum size on any dimension. Defaults to max. |
return |
public TreeTexInfo ( IPCCObject temppcc, int ExpID, int WhichGame, string pathBIOGame, string ExecPath, bool &Success ) : KFreonLib.Debugging | ||
temppcc | IPCCObject | PCC to get info from. |
ExpID | int | ExpID of texture. |
WhichGame | int | Game target. |
pathBIOGame | string | BIOGame path to game targeted. |
ExecPath | string | Path to ME3Explorer \exec\ folder. |
Success | bool | OUT: True if sucessfully created. |
return | KFreonLib.Debugging |
public TreeTexInfo ( ITexture2D tex2D, int ExpID, uint hash, int WhichGame, IPCCObject pcc, int tfcoffset, string thumbpath, string pathBIOGame ) : KFreonLib.Debugging | ||
tex2D | ITexture2D | Texture2D to get data from. |
ExpID | int | ExpID of texture. |
hash | uint | Hash of texture. |
WhichGame | int | Game target. |
pcc | IPCCObject | PCC to get info from. |
tfcoffset | int | Offset of texture data in TFC. |
thumbpath | string | Path to thumbnail. |
pathBIOGame | string | |
return | KFreonLib.Debugging |
public TreeTexInfo ( List |
||
GivenFiles | List |
List of PCC's containing texture. |
GivenExpIDs | List |
List of ExpID's of texture within PCC's. |
GivenHash | uint | Hash of texture. |
GivenMips | int | Number of mips in texture. |
GivenTextures | List |
List of easy access Texture2D's. |
WhichGame | int | Game target. |
pathBIOGame | string | |
return | KFreonLib.Debugging |
public Update ( List |
||
GivenFiles | List |
|
GivenExpIDs | List |
|
GivenHash | uint | |
GivenMips | int | |
GivenTextures | List |
|
pathBIOGame | string | |
return | void |
public Update ( |
||
tex | ||
pathBIOGame | string | |
return | void |
public myTreeNode,KFreonLib.GUI ParentNode | ||
return |