Elin Decompiled Documentation EA 23.102 Nightly
|
Public Types | |
enum | MyCustomBlendMode : byte { Normal , LinearDodge , Darken , Multiply , Subtract , Lighten } |
Protected Member Functions | |
override void | UpdateMaterial (Material baseMaterial) |
![]() | |
virtual void | UpdateMaterial (Material baseMaterial) |
void | OnEnable () |
void | OnDisable () |
void | OnDestroy () |
Private Attributes | |
MyCustomBlendMode | _blendMode |
readonly int | _SrcFactor = Shader.PropertyToID("_SrcFactor") |
readonly int | _DstFactor = Shader.PropertyToID("_DstFactor") |
readonly int | _BlendOp = Shader.PropertyToID("_BlendOp") |
Additional Inherited Members | |
![]() | |
Material | GetModifiedMaterial (Material baseMaterial) |
void | DestroyMaterial () |
![]() | |
Material | material |
![]() | |
CanvasScaler | canvasScaler [get] |
Graphic | graphic [get] |
Definition at line 6 of file UICustomBlend.cs.
enum Applibot.UICustomBlend.MyCustomBlendMode : byte |
Enumerator | |
---|---|
Normal | |
LinearDodge | |
Darken | |
Multiply | |
Subtract | |
Lighten |
Definition at line 8 of file UICustomBlend.cs.
|
inlineprotectedvirtual |
Reimplemented from Applibot.CustomImageBase.
Definition at line 27 of file UICustomBlend.cs.
References Applibot.UICustomBlend._blendMode, Applibot.UICustomBlend._BlendOp, Applibot.UICustomBlend._DstFactor, Applibot.UICustomBlend._SrcFactor, Material, and Applibot.CustomImageBase.material.
|
private |
Definition at line 19 of file UICustomBlend.cs.
Referenced by Applibot.UICustomBlend.UpdateMaterial().
|
private |
Definition at line 25 of file UICustomBlend.cs.
Referenced by Applibot.UICustomBlend.UpdateMaterial().
|
private |
Definition at line 23 of file UICustomBlend.cs.
Referenced by Applibot.UICustomBlend.UpdateMaterial().
|
private |
Definition at line 21 of file UICustomBlend.cs.
Referenced by Applibot.UICustomBlend.UpdateMaterial().