|
Adventure Creator 1.85.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2025
|
Public Member Functions | |
| void | SetPreviewSpeech (Speech speech, int trackInstanceID) |
| Begins the preview of a subtitle. | |
| void | ClearPreviewSpeech (int trackInstanceID) |
| Ends the preview of a subtitle. | |
Allows Menus (see: Menu) made in MenuManager to be shown in the Game Window when the game is not running, allowing for real-time previews as they are built.
| void AC.MenuPreview.ClearPreviewSpeech | ( | int | trackInstanceID | ) |
Ends the preview of a subtitle.
| trackInstanceID | The Instance ID of the TrackAsset that is playing the speech |