Adventure Creator 1.84.3
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
Loading...
Searching...
No Matches
AC.SpeechPlayableData Class Reference

Public Attributes

int lineID = -1
string messageText
bool isBackground = false

Detailed Description

A data container for SpeechPlayableClip

Member Data Documentation

◆ isBackground

bool AC.SpeechPlayableData.isBackground = false

If True, the line will be considered "background" speech

◆ lineID

int AC.SpeechPlayableData.lineID = -1

The Speech Manager ID of the speech line, used for translations

◆ messageText

string AC.SpeechPlayableData.messageText

The display text of the speech line