Parameter package definition to send along with an event.
More...
|
|
| 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, .. }".
|
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