ProjectDDD/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/All1VfxDemoTextureCollection.cs
2025-07-08 19:46:31 +09:00

11 lines
359 B
C#

using UnityEngine;
namespace AllIn1VfxToolkit.DemoAssets.TexturesDemo.Scripts
{
[CreateAssetMenu(fileName = "All1VfxDemoTextureCollection", menuName = "AllIn1Vfx/DemoTextureCollection")]
public class All1VfxDemoTextureCollection : ScriptableObject
{
public string collectionName;
public Texture[] demoTextureCollection;
}
}