Here are the examples of the csharp api HeightBar.ShadowAndOutline.DrawButtonWithShadow(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.GUIStyle, float, UnityEngine.Vector2) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
1 Examples
19
View Source File : ShadowAndOutline.cs
License : GNU Lesser General Public License v3.0
Project Creator : ManlyMarco
License : GNU Lesser General Public License v3.0
Project Creator : ManlyMarco
public static bool DrawLayoutButtonWithShadow(GUIContent content, GUIStyle style, float shadowAlpha, Vector2 direction, params GUILayoutOption[] options) => DrawButtonWithShadow(GUILayoutUtility.GetRect(content, style, options), content, style, shadowAlpha, direction);