YarnNodeAttribute
Inherits from
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.Name | Description |
---|---|
The name of a property that specifies the YarnProject containing the desired node. |
Last modified 2mo ago