CustomAssets
Askowl Custom Assets
Enumeration.cs
1
// Copyright 2018 (C) paul@marrington.net http://www.askowl.net/unity-packages
2
3
using
UnityEngine
;
4
5
namespace
CustomAsset
.Constant {
6
/// <a href="http://bit.ly/2CwSS8S">Boolean custom asset. Triggers event when changing from true to false or false to true</a> <inheritdoc />
7
[CreateAssetMenu(menuName =
"Custom Assets/Constant/Enumeration"
)]
8
public
class
Enumeration
:
Base
{ }
9
}
CustomAsset.Base
Base class for all custom assets - implementing initialisation
Definition:
Base.cs:8
CustomAsset
Definition:
AudioClipsEditor.cs:8
CustomAsset.Constant.Enumeration
Boolean custom asset. Triggers event when changing from true to false or false to true ...
Definition:
Enumeration.cs:8
UnityEngine
Askowl
CustomAssets
Assets
Askowl
CustomAssets
Scripts
Constant
Enumeration.cs
Generated by
1.8.14