For the complete documentation index, see llms.txt. This page is also available as Markdown.

UnityEventString

Class in Yarn.Unity

Inherits from UnityEngine.Events.UnityEvent1`

Summary

A UnityEngine.Events.UnityEvent that takes a single string parameter.

public class UnityEventString : UnityEvent<string>

Last updated

Was this helpful?