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
}
Askowl
Definition:
AssetEditor.cs:11
CustomAsset.Constant.OfType
Base class for a custom asset. Provides getters and setters for the contained value and templates for...
Definition:
Constant/OfType.cs:8
CustomAsset
Definition:
AudioClipsEditor.cs:8
CustomAsset.Constant.StringSet
Set or enum of strings - used to create custom asset
Definition:
Constant/StringSet.cs:9
UnityEngine
Askowl
CustomAssets
Assets
Askowl
CustomAssets
Scripts
Constant
StringSet.cs
Generated by
1.8.14