Method | Description | |
---|---|---|
CreateTexture2D ( ITexture2D tex2D, int WhichGame, string pathBIOGame ) : ITexture2D |
Populates a Texture2D given a base Texture2D.
|
|
CreateTexture2D ( string texName, List |
Creates a Texture2D from a bunch of stuff.
|
|
CreateTexture2D ( string filename, int expID, int WhichGame, string pathBIOGame, uint hash ) : ITexture2D |
Create a Texture2D from things.
|
|
GenerateThumbnail ( Stream sourceStream, string savePath, int maxWidth, int maxHeight ) : string | ||
GenerateThumbnail ( string filename, int WhichGame, int expID, string pathBIOGame, string savepath, string execpath ) : string | ||
LoadAKImageFile ( |
Load an image into one of AK86's classes.
|
|
OverlayAndPickDetailed ( |
Method | Description | |
---|---|---|
Overlay ( System.Windows.Media.Imaging.BitmapSource source, System.Windows.Media.Imaging.BitmapSource overlay ) : System.Windows.Media.Imaging.BitmapSource |
Overlays one image on top of another. Both images MUST be the same size.
|
public static CreateTexture2D ( ITexture2D tex2D, int WhichGame, string pathBIOGame ) : ITexture2D | ||
tex2D | ITexture2D | Base Texture2D. Most things missing. |
WhichGame | int | Game target. |
pathBIOGame | string | Path to BIOGame. |
return | ITexture2D |
public static CreateTexture2D ( string texName, List |
||
texName | string | Name of texture to create. |
pccs | List |
List of PCC's containing texture. |
ExpIDs | List |
List of ExpID's of texture in PCC's. MUST have same number of elements as in PCC's. |
WhichGame | int | Game target. |
pathBIOGame | string | Path to BIOGame. |
hash | uint | Hash of texture. |
return | ITexture2D |
public static CreateTexture2D ( string filename, int expID, int WhichGame, string pathBIOGame, uint hash ) : ITexture2D | ||
filename | string | Filename to load Texture2D from. |
expID | int | ExpID of texture in question. |
WhichGame | int | Game target. |
pathBIOGame | string | Path to BIOGame. |
hash | uint | Hash of texture. |
return | ITexture2D |
public static GenerateThumbnail ( Stream sourceStream, string savePath, int maxWidth, int maxHeight ) : string | ||
sourceStream | Stream | |
savePath | string | |
maxWidth | int | |
maxHeight | int | |
return | string |
public static GenerateThumbnail ( string filename, int WhichGame, int expID, string pathBIOGame, string savepath, string execpath ) : string | ||
filename | string | |
WhichGame | int | |
expID | int | |
pathBIOGame | string | |
savepath | string | |
execpath | string | |
return | string |
public static LoadAKImageFile ( |
||
im | AK86 image already, just return it unless null. Then load from fileToLoad. | |
fileToLoad | string | Path to file to be loaded. Irrelevent if im is provided. |
return |
public static OverlayAndPickDetailed ( |
||
sourceStream | ||
width | int | |
height | int | |
return |