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

RegisterMarkerProcessor(string,Yarn.Markup.IAttributeMarkerProcessor)

Method in ILineProvider

Summary

Adds a new marker processor to the line provider.

public void RegisterMarkerProcessor(string attributeName, Yarn.Markup.IAttributeMarkerProcessor markerProcessor);

Parameters

Name
Description

string attributeName

The name of the markers to use markerProcessor for.

The marker processor to add.

Last updated

Was this helpful?