Elin Decompiled Documentation EA 23.102 Nightly
|
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 |
Source | source |
TextureReplace | original |
Properties | |
bool | user [get] |
Definition at line 5 of file TextureReplace.cs.
Enumerator | |
---|---|
User | |
Mod | |
Local |
Definition at line 7 of file TextureReplace.cs.
|
inline |
Definition at line 62 of file TextureReplace.cs.
References tex.
Referenced by TextureData.AddReplace(), and TextureData.RemoveDeletedReplace().
|
inline |
Definition at line 48 of file TextureReplace.cs.
References data, file, h, index, TextureData.tex, tex, TextureData.tileW, and w.
Referenced by TryRefresh().
|
inline |
Definition at line 34 of file TextureReplace.cs.
References date, file, Load(), and tex.
Referenced by TextureData.TryRefresh().
TextureData TextureReplace.data |
Definition at line 20 of file TextureReplace.cs.
Referenced by Load().
DateTime TextureReplace.date |
Definition at line 14 of file TextureReplace.cs.
Referenced by TryRefresh().
FileInfo TextureReplace.file |
Definition at line 18 of file TextureReplace.cs.
Referenced by TextureData.DeleteReplace(), Load(), TextureData.RemoveDeletedReplace(), TextureData.TryRefresh(), TryRefresh(), and LayerTextureViewer.Update().
int TextureReplace.h |
Definition at line 26 of file TextureReplace.cs.
Referenced by Load(), and LayerTextureViewer.RefreshPage().
int TextureReplace.index |
Definition at line 22 of file TextureReplace.cs.
Referenced by TextureData.AddReplace(), TextureData.DeleteReplace(), Load(), LayerTextureViewer.RefreshPage(), and TextureData.TryRefresh().
TextureReplace TextureReplace.original |
Definition at line 30 of file TextureReplace.cs.
Referenced by TextureData.RemoveDeletedReplace().
Source TextureReplace.source |
Definition at line 28 of file TextureReplace.cs.
Referenced by TextureData.AddReplace(), LayerTextureViewer.RefreshPage(), and LayerTextureViewer.Update().
Texture2D TextureReplace.tex |
Definition at line 16 of file TextureReplace.cs.
Referenced by DestoryTex(), Load(), and TryRefresh().
int TextureReplace.w |
Definition at line 24 of file TextureReplace.cs.
Referenced by Load(), and LayerTextureViewer.RefreshPage().
|
get |
Definition at line 32 of file TextureReplace.cs.