RegisterMarkerProcessor(string,IAttributeMarkerProcessor)
Last updated
Was this helpful?
Method in UnityLocalisedLineProvider
Adds a new marker processor to the line provider.
public override void RegisterMarkerProcessor(string attributeName, IAttributeMarkerProcessor markerProcessor)string attributeName
The name of the markers to use markerProcessor for.
IAttributeMarkerProcessor markerProcessor
The marker processor to add.
Last updated
Was this helpful?
Was this helpful?
