Adventure Creator  1.79.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2022
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