All pages
Powered by GitBook
1 of 1

Loading...

GetTagsForNode(String)

Method in DialogueRunner

Summary

Returns the collection of tags that the node associated with the node named nodeName.

public IEnumerable<string> GetTagsForNode(String nodeName);

Parameters

Name
Description

String nodeName

The collection of tags associated with the node, or null if no node with that name exists.

The name of the node.

Returns