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

Public Member Functions

 JournalPage (JournalPage journalPage)
 JournalPage (int _lineID, string _text, Texture2D _texture=null)

Public Attributes

int lineID = -1
string text = ""
Texture2D texture

Detailed Description

A data container for the contents of each page in a MenuJournal.

Member Data Documentation

◆ lineID

int AC.JournalPage.lineID = -1

The translation ID, as set by SpeechManager

◆ text

string AC.JournalPage.text = ""

The page text, in its original language

◆ texture

Texture2D AC.JournalPage.texture

An associated image