2.4 (Current)
Search
K
Links

YarnNodeAttribute

Class in Yarn.Unity
Inherits from UnityEngine.PropertyAttribute

Summary

Specifies that a field represents a reference to a named Yarn node that exists in a Yarn project.
public class YarnNodeAttribute : PropertyAttribute

Remarks

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.

Fields

Name
Description
The name of a property that specifies the YarnProject containing the desired node.