All pages
Powered by GitBook
1 of 7

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

DeregisterMarkerProcessor(string)

Method in BuiltinLocalisedLineProvider

Summary

public override void DeregisterMarkerProcessor(string attributeName)

Parameters

Name
Description

string attributeName

LocaleCode

Property in BuiltinLocalisedLineProvider

Summary

public override string LocaleCode { get; set; }

PrepareForLinesAsync(IEnumerable<string>,CancellationToken)

Method in BuiltinLocalisedLineProvider

Summary

public async override YarnTask PrepareForLinesAsync(IEnumerable<string> lineIDs, CancellationToken cancellationToken)

Parameters

Name
Description

RegisterMarkerProcessor(string,Markup.IAttributeMarkerProcessor)

Method in BuiltinLocalisedLineProvider

Summary

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

Parameters

Name
Description

AssetLocaleCode

Property in

Summary

IEnumerable<string> lineIDs

CancellationToken cancellationToken

string attributeName

Yarn.Markup.IAttributeMarkerProcessor markerProcessor

public string AssetLocaleCode { get; set; }
BuiltinLocalisedLineProvider

GetLocalizedLineAsync(Line,CancellationToken)

Method in BuiltinLocalisedLineProvider

Summary

public override async YarnTask<LocalizedLine> GetLocalizedLineAsync(Line line, CancellationToken cancellationToken)

Parameters

Name
Description

Yarn.Line line

CancellationToken cancellationToken

BuiltinLocalisedLineProvider

Class in Yarn.Unity

Inherits from LineProviderBehaviour

Summary

public sealed class BuiltinLocalisedLineProvider : LineProviderBehaviour, ILineProvider

Methods

Name
Description

Properties

Name
Description

DeregisterMarkerProcessor(string)

GetLocalizedLineAsync(Line,CancellationToken)

PrepareForLinesAsync(IEnumerable,CancellationToken)

RegisterMarkerProcessor(string,Markup.IAttributeMarkerProcessor)

AssetLocaleCode

LocaleCode