Animace + Menu
This commit is contained in:
15
UI/SimplePanelSettings.cs
Normal file
15
UI/SimplePanelSettings.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace MegaKoop.UI
|
||||
{
|
||||
/// <summary>
|
||||
/// Jednoduchý wrapper pro vytvoření Panel Settings assetu
|
||||
/// </summary>
|
||||
[CreateAssetMenu(fileName = "PanelSettings", menuName = "UI Toolkit/Panel Settings (Simple)", order = 1)]
|
||||
public class SimplePanelSettingsCreator : ScriptableObject
|
||||
{
|
||||
// Tento soubor slouží pouze jako CreateAssetMenu wrapper
|
||||
// Po vytvoření ho můžete smazat a používat standardní PanelSettings
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user