HKI Core
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 }
Float variante of the GenericContainer<T> container
Generic container to store data of a type T in a ScriptableObject