Interface ISpeechLine
Represents a line of speech (text and sound).
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface ISpeechLine
Properties
| Improve this Doc View SourceAudioClip
Gets the audio clip to be played (or null if there's no speech file for this line).
Declaration
IAudioClip AudioClip { get; }
Property Value
Type | Description |
---|---|
IAudioClip | The audio clip. |
Text
Gets the text to be rendered on screen for this line.
Declaration
string Text { get; }
Property Value
Type | Description |
---|---|
System.String | The text. |