All pages
Powered by GitBook
1 of 1

Loading...

StringUnityEvent

Class in

Inherits from UnityEvent1`

A type of UnityEvent that takes a single string parameter.

A concrete subclass of UnityEvent is needed in order for Unity to serialise the type correctly.

public class StringUnityEvent : UnityEvent<string>

Summary

Remarks

DialogueRunner