StringUnityEvent
Inherits from
UnityEvent
1`A type of
UnityEvent
that takes a single string parameter.public class StringUnityEvent : UnityEvent<string>
A concrete subclass of
UnityEvent
is needed in order for Unity to serialise the type correctly.Last modified 1yr ago