![]() |
Adventure Creator 1.84.3
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
|
Public Member Functions | |
| HotspotData () | |
| Public Member Functions inherited from AC.RememberData | |
| RememberData () | |
Public Attributes | |
| bool | isOn |
| string | buttonStates |
| int | displayLineID |
| string | hotspotName |
| Public Attributes inherited from AC.RememberData | |
| int | objectID |
| bool | savePrevented |
A data container used by the RememberHotspot script.
| AC.HotspotData.HotspotData | ( | ) |
The default Constructor.
| string AC.HotspotData.buttonStates |
The enabled state of each Interaction
| int AC.HotspotData.displayLineID |
| string AC.HotspotData.hotspotName |
The Hotspot's display name
| bool AC.HotspotData.isOn |
True if the Hotspot is enabled