HKI Core
HKI Core
Containers
FloatContainer.cs
Go to the documentation of this file.
1
using
UnityEngine
;
2
3
namespace
HKI
.Core.Containers
4
{
10
[CreateAssetMenu(fileName =
"Float Container"
, menuName =
"HKI/Containers/Float Container"
, order = 0)]
11
public
class
FloatContainer
:
GenericContainer
<float>
12
{
13
14
}
15
}
HKI.Core.Containers.FloatContainer
Float variante of the GenericContainer<T> container
Definition:
FloatContainer.cs:11
HKI.Core.Containers.GenericContainer
Generic container to store data of a type T in a ScriptableObject
Definition:
GenericContainer.cs:10
UnityEngine
HKI
Generated by
1.8.13