CustomAssets
Askowl Custom Assets
Constant/StringSet.cs
1 // Copyright 2018 (C) paul@marrington.net http://www.askowl.net/unity-packages
2 
3 using Askowl;
4 using UnityEngine;
5 
6 namespace CustomAsset.Constant {
7  /// <a href="http://bit.ly/2RecWVI">Set or enum of strings - used to create custom asset</a> <inheritdoc />
8  [CreateAssetMenu(menuName = "Custom Assets/Constant/String Set")]
9  public class StringSet : OfType<Set<string>> { }
10 }
Base class for a custom asset. Provides getters and setters for the contained value and templates for...
Set or enum of strings - used to create custom asset