All pages
Powered by GitBook
1 of 1

Loading...

GetHeaders(string)

Method in YarnProject

This method is obsolete and may be removed from a future version of Yarn Spinner: Use Dialogue.GetHeaders.

Summary

Gets the headers for the requested node.

public Dictionary<string, List<string>> GetHeaders(string nodeName)

Remarks

The first time this is called, the values are extracted from and cached inside Yarn.Unity.YarnProject.nodeHeaders . Future calls will then return the cached values.

Parameters

Name
Description

string nodeName

Program