Method | Description | |
---|---|---|
GetIdxLength ( ) : int | ||
GetRawTexture ( int index ) : byte[] | ||
GetTexture ( int index ) : |
||
IsValidTexture ( int index ) : bool | ||
SetFileIndex ( string idxPath, string mulPath ) : void |
Method | Description | |
---|---|---|
LoadTexture ( |
public static GetRawTexture ( int index ) : byte[] | ||
index | int | |
return | byte[] |
public static GetTexture ( int index ) : |
||
index | int | |
return |
public static IsValidTexture ( int index ) : bool | ||
index | int | |
return | bool |
public static SetFileIndex ( string idxPath, string mulPath ) : void | ||
idxPath | string | |
mulPath | string | |
return | void |