Search Unity

is there a way to return a value from a UnityEvent

Discussion in 'Editor & General Support' started by knobby67, Jul 22, 2017.

  1. knobby67

    knobby67

    Joined:
    Aug 30, 2015
    Posts:
    389
    Hi us there a way to return a value from a unity even, how would I return something from the below?
    Thanks



    Code (csharp):
    1.  
    2. [System.Serializable]
    3. public class MyIntEvent : UnityEvent<win_element, BonusGames_Data>
    4. {
    5.  
    6. }
    7.