Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 958 Bytes

yarn.unity.voiceoverview.dismissline.md

File metadata and controls

35 lines (22 loc) · 958 Bytes

VoiceOverView.DismissLine(Action)

Method in VoiceOverView

Summary

Ends any existing playback, and reports that the line has finished dismissing.

public override void DismissLine(Action onDismissalComplete)

Remarks

{% hint style="warning" %} This method is not intended to be called from your code. Instead, the DialogueRunner class will call it at the appropriate time. {% endhint %}

Parameters

Name Description
System.Action onDismissalComplete The method that should be called when the view has finished dismissing the line.

See Also