RunLineAsync(LocalizedLine,LineCancellationToken)
Summary
public override YarnTask RunLineAsync(LocalizedLine line, LineCancellationToken token)Parameters
Name
Description
Returns
Last updated
Was this helpful?
Method in LineAdvancer
Called by a dialogue presenter to signal that a line is running.
public override YarnTask RunLineAsync(LocalizedLine line, LineCancellationToken token)The line to present.
A LineCancellationToken that represents whether the dialogue presenter should hurry it its presentation of the line, or stop showing the current line.
A completed task.
Last updated
Was this helpful?
Was this helpful?
