Elin Modding Docs Doc
|
Public Types | |
enum | Source { User , Mod , Local } |
Public Member Functions | |
void | TryRefresh (bool force) |
void | Load (bool dateMatched) |
void | DestoryTex () |
Public Attributes | |
DateTime | date |
Texture2D | tex |
FileInfo | file |
TextureData | data |
int | index |
int | w |
int | h |
TextureReplace.Source | source |
TextureReplace | original |
Properties | |
bool | user [get] |
Definition at line 6 of file TextureReplace.cs.
enum TextureReplace.Source |
Definition at line 83 of file TextureReplace.cs.
void TextureReplace.DestoryTex | ( | ) |
Definition at line 50 of file TextureReplace.cs.
void TextureReplace.Load | ( | bool | dateMatched | ) |
Definition at line 35 of file TextureReplace.cs.
void TextureReplace.TryRefresh | ( | bool | force | ) |
Definition at line 19 of file TextureReplace.cs.
TextureData TextureReplace.data |
Definition at line 65 of file TextureReplace.cs.
DateTime TextureReplace.date |
Definition at line 56 of file TextureReplace.cs.
FileInfo TextureReplace.file |
Definition at line 62 of file TextureReplace.cs.
int TextureReplace.h |
Definition at line 74 of file TextureReplace.cs.
int TextureReplace.index |
Definition at line 68 of file TextureReplace.cs.
TextureReplace TextureReplace.original |
Definition at line 80 of file TextureReplace.cs.
TextureReplace.Source TextureReplace.source |
Definition at line 77 of file TextureReplace.cs.
Texture2D TextureReplace.tex |
Definition at line 59 of file TextureReplace.cs.
int TextureReplace.w |
Definition at line 71 of file TextureReplace.cs.
|
get |
Definition at line 10 of file TextureReplace.cs.