Class in DialogueRunner
Inherits from UnityEngine.Events.UnityEvent1`
UnityEngine.Events.UnityEvent
A type of UnityEngine.Events.UnityEvent that takes a single string parameter.
public class StringUnityEvent : UnityEvent<string>
A concrete subclass of UnityEngine.Events.UnityEvent is needed in order for Unity to serialise the type correctly.
Last updated 2 years ago
Was this helpful?