Class in Yarn.Unity
Inherits from UnityEngine.PropertyAttribute
UnityEngine.PropertyAttribute
Specifies that a field represents a reference to a named Yarn node that exists in a Yarn project.
public class YarnNodeAttribute : PropertyAttribute
This attribute causes the inspector to draw a popup that allows selecting a node from a list of all nodes available in a Yarn project.
This attribute may only be used with string fields.
string
yarnProjectAttribute
The name of a property that specifies the YarnProject containing the desired node.
Last updated 2 years ago
Was this helpful?