UnityLocalisedLineProvider.RegisterMarkerProcessor(string,IAttributeMarkerProcessor)

Method in UnityLocalisedLineProvider

Summary

Adds a new marker processor to the line provider.

public override void RegisterMarkerProcessor(string attributeName, IAttributeMarkerProcessor markerProcessor)

Parameters

NameDescription
string attributeNameThe name of the markers to use markerProcessor for.
IAttributeMarkerProcessor markerProcessorThe marker processor to add.