【m】框架大更新
This commit is contained in:
25
Assets/03.YooAsset/Editor/UIElements/UIElementsIcon.cs
Normal file
25
Assets/03.YooAsset/Editor/UIElements/UIElementsIcon.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
#if UNITY_2019_4_OR_NEWER
|
||||
|
||||
namespace YooAsset.Editor
|
||||
{
|
||||
/// <summary>
|
||||
/// 引擎图标名称
|
||||
/// </summary>
|
||||
public class UIElementsIcon
|
||||
{
|
||||
public const string RecordOn = "d_Record On@2x";
|
||||
public const string RecordOff = "d_Record Off@2x";
|
||||
|
||||
#if UNITY_2019
|
||||
public const string FoldoutOn = "IN foldout on";
|
||||
public const string FoldoutOff = "IN foldout";
|
||||
#else
|
||||
public const string FoldoutOn = "d_IN_foldout_on@2x";
|
||||
public const string FoldoutOff = "d_IN_foldout@2x";
|
||||
#endif
|
||||
|
||||
public const string VisibilityToggleOff = "animationvisibilitytoggleoff@2x";
|
||||
public const string VisibilityToggleOn = "animationvisibilitytoggleon@2x";
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user