|
Elin Decompiled Documentation EA 23.246 Nightly
|
Public Types | |
| enum | ColorMode { Override , Additive , Multiply } |
Public Member Functions | |
| override void | ModifyMesh (VertexHelper vh) |
| virtual Material | GetModifiedMaterial (Material baseMaterial) |
Public Attributes | |
| Color | m_HighlightColor = Color.white |
| Color | m_ShadowColor = Color.black |
Protected Member Functions | |
| InnerBevel () | |
| override void | Start () |
Properties | |
| ColorMode | highlightColorMode [get, set] |
| Color | highlightColor [get, set] |
| ColorMode | shadowColorMode [get, set] |
| Color | shadowColor [get, set] |
| Vector2 | bevelDirectionAndDepth [get, set] |
Private Member Functions | |
| void | Update () |
Private Attributes | |
| ColorMode | m_HighlightColorMode |
| ColorMode | m_ShadowColorMode |
| Vector2 | m_BevelDirectionAndDepth = new Vector2(1f, 1f) |
| bool | m_NeedsToSetMaterialDirty |
| Material | m_ModifiedMaterial |
| List< UIVertex > | m_Verts = new List<UIVertex>() |
Definition at line 8 of file InnerBevel.cs.
| enum InnerBevel.ColorMode |
| Enumerator | |
|---|---|
| Override | |
| Additive | |
| Multiply | |
Definition at line 10 of file InnerBevel.cs.
|
inlineprotected |
Definition at line 121 of file InnerBevel.cs.
Definition at line 178 of file InnerBevel.cs.
References bevelDirectionAndDepth, Debug, highlightColor, highlightColorMode, m_ModifiedMaterial, m_NeedsToSetMaterialDirty, Material, shadowColor, and shadowColorMode.
|
inline |
Definition at line 133 of file InnerBevel.cs.
References m_Verts.
|
inlineprotected |
Definition at line 125 of file InnerBevel.cs.
|
inlineprivate |
Definition at line 170 of file InnerBevel.cs.
References m_NeedsToSetMaterialDirty.
|
private |
Definition at line 30 of file InnerBevel.cs.
| Color InnerBevel.m_HighlightColor = Color.white |
Definition at line 21 of file InnerBevel.cs.
|
private |
Definition at line 18 of file InnerBevel.cs.
|
private |
Definition at line 34 of file InnerBevel.cs.
Referenced by GetModifiedMaterial().
|
private |
Definition at line 32 of file InnerBevel.cs.
Referenced by GetModifiedMaterial(), and Update().
| Color InnerBevel.m_ShadowColor = Color.black |
Definition at line 27 of file InnerBevel.cs.
|
private |
Definition at line 24 of file InnerBevel.cs.
|
private |
Definition at line 36 of file InnerBevel.cs.
Referenced by ModifyMesh().
|
getset |
Definition at line 102 of file InnerBevel.cs.
Referenced by GetModifiedMaterial().
|
getset |
Definition at line 54 of file InnerBevel.cs.
Referenced by GetModifiedMaterial().
|
getset |
Definition at line 38 of file InnerBevel.cs.
Referenced by GetModifiedMaterial().
|
getset |
Definition at line 86 of file InnerBevel.cs.
Referenced by GetModifiedMaterial().
|
getset |
Definition at line 70 of file InnerBevel.cs.
Referenced by GetModifiedMaterial().