GetTagsForNode(String)
Last updated
Was this helpful?
Method in DialogueRunner
Returns the collection of tags that the node associated with the node named nodeName.
public IEnumerable<string> GetTagsForNode(String nodeName);string nodeName
The name of the node.
The collection of tags associated with the node, or null if no node with that name exists.
Last updated
Was this helpful?
Was this helpful?
