EDIA Core 0.6.0
A Unity XR toolbox for research
Loading...
Searching...
No Matches
Edia.eParam Class Reference

Parameter package definition to send along with an event. More...

Public Member Functions

 eParam ()
 Default empty.
 eParam (float _float)
 Pass on a float.
 eParam (float[] _floats)
 Pass on value array 'new float[] { value01, value02, .. }'.
 eParam (string[] _strings)
 Pass on value array "new string[] { value01, value02, .. }".
 eParam (int[] _ints)
 Pass on value array "new int[] { value01, value02, .. }".
 eParam (bool[] _boolPs)
 Pass on value array "new bool[] { value01, value02, .. }".

Detailed Description

Parameter package definition to send along with an event.


The documentation for this class was generated from the following file:
  • D:/Felix/Projects/EDIA/edia_core/Assets/com.edia.core/Runtime/Base/Scripts/Events/EventManager.cs