Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunasawa committed Nov 11, 2024
1 parent 8b7c540 commit 2d7c072
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions Editor/Extensions/Methods/EVisual.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,17 +147,6 @@ public static string GetName<T>(this T element) where T : VisualElement

#endregion

#region ▶ Element Style - Tooltip
public static T SetTooltip<T>(this T element, string tooltip) where T : VisualElement
{
element.tooltip = tooltip;
return element;
}

public static string GetTooltip<T>(this T element) where T : VisualElement
=> element.tooltip;
#endregion

#region ▶ Element Style - Space

public static T AddSpace<T>(this T target, float width, float height) where T : VisualElement =>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.yunasawa.ynl.editor",
"displayName": "YNL - Editor",
"version": "2.1.3",
"version": "2.1.4",
"unity": "2022.3",
"description": "Enhance your Unity Editor experience with this library. It provides essential extensions and interfaces specifically designed for the Editor environment.",
"keywords": [
Expand Down

0 comments on commit 2d7c072

Please sign in to comment.