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

GetHeaders(string)

Method in YarnProject

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 Program and cached inside Yarn.Unity.YarnProject.nodeHeaders . Future calls will then return the cached values.

Parameters

Name
Description

string nodeName

Last updated

Was this helpful?