|
Adventure Creator 1.86.6
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2025
|
Public Member Functions | |
| DocumentPage (DocumentPage documentPage) | |
| DocumentPage (int _lineID, string _text, Texture2D _texture=null, bool _isHiddenByDefault=false) | |
| Public Member Functions inherited from AC.JournalPage | |
| JournalPage (JournalPage journalPage) | |
| JournalPage (int _lineID, string _text, Texture2D _texture=null) | |
Public Attributes | |
| bool | isHiddenByDefault |
| Public Attributes inherited from AC.JournalPage | |
| int | lineID = -1 |
| string | text = "" |
| Texture2D | texture |