|
Elin Decompiled Documentation EA 23.247 Stable Patch 1
|
Public Member Functions | |
| override void | ModifyMesh (VertexHelper vh) |
Protected Member Functions | |
| Bevel () | |
| void | ApplyShadowZeroAlloc (List< UIVertex > verts, Color32 color, int start, int end, float x, float y) |
Properties | |
| Color | highlightColor [get, set] |
| Color | shadowColor [get, set] |
| Vector2 | bevelDirectionAndDepth [get, set] |
| bool | useGraphicAlpha [get, set] |
Private Attributes | |
| Color | m_HighlightColor = new Color(1f, 1f, 1f, 1f) |
| Color | m_ShadowColor = new Color(0f, 0f, 0f, 1f) |
| Vector2 | m_BevelDirectionAndDepth = new Vector2(1f, 1f) |
| bool | m_UseGraphicAlpha = true |
| List< UIVertex > | m_Verts = new List<UIVertex>() |
|
inlineprotected |
Definition at line 94 of file Bevel.cs.
References useGraphicAlpha.
Referenced by ModifyMesh().
|
inline |
Definition at line 114 of file Bevel.cs.
References ApplyShadowZeroAlloc(), bevelDirectionAndDepth, highlightColor, m_Verts, material, and shadowColor.
|
private |
|
private |
Definition at line 21 of file Bevel.cs.
Referenced by ModifyMesh().
|
getset |
Definition at line 55 of file Bevel.cs.
Referenced by ModifyMesh().
|
getset |
Definition at line 23 of file Bevel.cs.
Referenced by ModifyMesh().
|
getset |
Definition at line 39 of file Bevel.cs.
Referenced by ModifyMesh().
|
getset |
Definition at line 74 of file Bevel.cs.
Referenced by ApplyShadowZeroAlloc().