CustomAssets
Askowl Custom Assets
Constant/Integer.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">Integer CustomAsset contains an int value. Add listeners to your own classes with Register(this)</a> <inheritdoc />
7
[CreateAssetMenu(menuName =
"Custom Assets/Constant/Integer"
)]
8
public
sealed
class
Integer
:
OfType
<int> { }
9
}
Integer
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
UnityEngine
Askowl
CustomAssets
Assets
Askowl
CustomAssets
Scripts
Constant
Integer.cs
Generated by
1.8.14