Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
Material | GetModifiedMaterial (Material baseMaterial) |
void | DestroyMaterial () |
Protected Member Functions | |
virtual void | UpdateMaterial (Material baseMaterial) |
void | OnEnable () |
void | OnDisable () |
void | OnDestroy () |
Protected Attributes | |
Material | material |
Properties | |
CanvasScaler | canvasScaler [get] |
Graphic | graphic [get] |
Private Member Functions | |
void | OnDidApplyAnimationProperties () |
void | SetAtlasInfo () |
Private Attributes | |
Graphic | _graphic |
Image | _image |
CanvasScaler | _canvasScaler |
int | _textureRectId = Shader.PropertyToID("_textureRect") |
Definition at line 9 of file CustomImageBase.cs.
|
inline |
Definition at line 115 of file CustomImageBase.cs.
References Applibot.CustomImageBase.material.
Referenced by Applibot.OutlineImage.Capture(), Applibot.CustomImageBase.OnDestroy(), and Applibot.CustomImageBase.OnDisable().
Definition at line 47 of file CustomImageBase.cs.
References Applibot.CustomImageBase.graphic, Applibot.CustomImageBase.material, Applibot.CustomImageBase.SetAtlasInfo(), and Applibot.CustomImageBase.UpdateMaterial().
|
inlineprotected |
Definition at line 107 of file CustomImageBase.cs.
References Applibot.CustomImageBase.DestroyMaterial(), and Applibot.CustomImageBase.material.
|
inlineprivate |
Definition at line 58 of file CustomImageBase.cs.
References Applibot.CustomImageBase.graphic.
|
inlineprotected |
Definition at line 95 of file CustomImageBase.cs.
References Applibot.CustomImageBase.DestroyMaterial(), Applibot.CustomImageBase.graphic, and Applibot.CustomImageBase.material.
|
inlineprotected |
Definition at line 86 of file CustomImageBase.cs.
References Applibot.CustomImageBase._image, and Applibot.CustomImageBase.graphic.
|
inlineprivate |
Definition at line 70 of file CustomImageBase.cs.
References Applibot.CustomImageBase._image, Applibot.CustomImageBase._textureRectId, and Applibot.CustomImageBase.material.
Referenced by Applibot.CustomImageBase.GetModifiedMaterial().
|
inlineprotectedvirtual |
Reimplemented in Applibot.DissolveImage, Applibot.Glitch, Applibot.NormalDissolve, Applibot.OutlineImage, Applibot.RadialBlurImage, and Applibot.UICustomBlend.
Definition at line 66 of file CustomImageBase.cs.
Referenced by Applibot.CustomImageBase.GetModifiedMaterial().
|
private |
Definition at line 19 of file CustomImageBase.cs.
|
private |
Definition at line 12 of file CustomImageBase.cs.
|
private |
Definition at line 15 of file CustomImageBase.cs.
Referenced by Applibot.CustomImageBase.OnEnable(), and Applibot.CustomImageBase.SetAtlasInfo().
|
private |
Definition at line 21 of file CustomImageBase.cs.
Referenced by Applibot.CustomImageBase.SetAtlasInfo().
|
protected |
Definition at line 17 of file CustomImageBase.cs.
Referenced by Applibot.OutlineImage.Capture(), Applibot.CustomImageBase.DestroyMaterial(), Applibot.CustomImageBase.GetModifiedMaterial(), Applibot.CustomImageBase.OnDestroy(), Applibot.CustomImageBase.OnDisable(), Applibot.CustomImageBase.SetAtlasInfo(), Applibot.DissolveImage.UpdateMaterial(), Applibot.Glitch.UpdateMaterial(), Applibot.NormalDissolve.UpdateMaterial(), Applibot.OutlineImage.UpdateMaterial(), Applibot.RadialBlurImage.UpdateMaterial(), and Applibot.UICustomBlend.UpdateMaterial().
|
getprotected |
Definition at line 23 of file CustomImageBase.cs.
|
get |
Definition at line 35 of file CustomImageBase.cs.
Referenced by Applibot.CustomImageBase.GetModifiedMaterial(), Applibot.CustomImageBase.OnDidApplyAnimationProperties(), Applibot.CustomImageBase.OnDisable(), and Applibot.CustomImageBase.OnEnable().