Table of Contents

Interface ITalkTextItem

Namespace
VMagicMirror.Buddy

ShowText(string, float, float, string) 等で表現される、会話テキストの要素を表すインターフェースです。

public interface ITalkTextItem

Remarks

この要素では、会話のテキストそのものや、会話の合間に挟まれる空白の待ち時間を個別の要素として表現します。

Properties

Key

ShowText(string, float, float, string)key パラメータに指定した値を取得します。

string Key { get; }

Property Value

string

ScheduledDuration

この要素について、ユーザー入力がない場合に完了までに要する時間を秒単位で取得します。

float ScheduledDuration { get; }

Property Value

float

Remarks

この値は一括で表示したテキスト等に対しては 0 になります。

Text

この要素に対応するテキストを取得します。

string Text { get; }

Property Value

string

Remarks

要素が会話ではなく、定数時間の待機などを表現する要素の場合、この値は空文字列になります。

Type

この要素の種類を取得します。

TalkTextItemType Type { get; }

Property Value

TalkTextItemType