Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
override void | ModifyMesh (VertexHelper vh) |
Protected Member Functions | |
DepthEffect () | |
void | ApplyShadowZeroAlloc (List< UIVertex > verts, Color32 color, int start, int end, float x, float y, float factor) |
Properties | |
Color | effectColor [get, set] |
Vector2 | effectDirectionAndDepth [get, set] |
Vector2 | depthPerspectiveStrength [get, set] |
bool | onlyInitialCharactersGenerateDepth [get, set] |
bool | useGraphicAlpha [get, set] |
Private Attributes | |
Color | m_EffectColor = new Color(0f, 0f, 0f, 1f) |
Vector2 | m_EffectDirectionAndDepth = new Vector2(-1f, 1f) |
Vector2 | m_DepthPerspectiveStrength = new Vector2(0f, 0f) |
bool | m_OnlyInitialCharactersGenerateDepth = true |
bool | m_UseGraphicAlpha = true |
Vector2 | m_OverallTextSize = Vector2.zero |
Vector2 | m_TopLeftPos = Vector2.zero |
Vector2 | m_BottomRightPos = Vector2.zero |
List< UIVertex > | m_Verts = new List<UIVertex>() |
Definition at line 7 of file DepthEffect.cs.
|
inlineprotected |
Definition at line 118 of file DepthEffect.cs.
|
inlineprotected |
Definition at line 122 of file DepthEffect.cs.
References depthPerspectiveStrength, m_OverallTextSize, m_TopLeftPos, and useGraphicAlpha.
Referenced by ModifyMesh().
|
inline |
Definition at line 150 of file DepthEffect.cs.
References ApplyShadowZeroAlloc(), depthPerspectiveStrength, effectColor, effectDirectionAndDepth, m_BottomRightPos, m_OnlyInitialCharactersGenerateDepth, m_OverallTextSize, m_TopLeftPos, m_Verts, and onlyInitialCharactersGenerateDepth.
|
private |
Definition at line 28 of file DepthEffect.cs.
Referenced by ModifyMesh().
|
private |
Definition at line 16 of file DepthEffect.cs.
Definition at line 10 of file DepthEffect.cs.
|
private |
Definition at line 13 of file DepthEffect.cs.
|
private |
Definition at line 19 of file DepthEffect.cs.
Referenced by ModifyMesh().
|
private |
Definition at line 24 of file DepthEffect.cs.
Referenced by ApplyShadowZeroAlloc(), and ModifyMesh().
|
private |
Definition at line 26 of file DepthEffect.cs.
Referenced by ApplyShadowZeroAlloc(), and ModifyMesh().
|
private |
Definition at line 22 of file DepthEffect.cs.
|
private |
Definition at line 30 of file DepthEffect.cs.
Referenced by ModifyMesh().
|
getset |
Definition at line 67 of file DepthEffect.cs.
Referenced by ApplyShadowZeroAlloc(), and ModifyMesh().
|
getset |
Definition at line 32 of file DepthEffect.cs.
Referenced by ModifyMesh().
|
getset |
Definition at line 48 of file DepthEffect.cs.
Referenced by ModifyMesh().
|
getset |
Definition at line 86 of file DepthEffect.cs.
Referenced by ModifyMesh().
|
getset |
Definition at line 102 of file DepthEffect.cs.
Referenced by ApplyShadowZeroAlloc().