AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
UnityEventFloat.cs
Go to the documentation of this file.
1 using UnityEngine.Events;
2 
3 namespace HoloToolkit.Unity
4 {
5  [System.Serializable]
6  public class UnityEventFloat : UnityEvent<float>
7  {
8  }
9 }