CornellTech-Unity-project
1.0
|
Attached to player. More...
Inherits MonoBehaviour.
Public Member Functions | |
RoomData | GetAssociatedRoomData (Room room) |
Gets the RoomData Scriptable Object associated with a certain room type More... | |
Public Attributes | |
Room | lastRoom |
RoomData | livingRoomData |
RoomData | kitchenData |
RoomData | bathroomData |
RoomData | bedroomData |
RoomData | guestroomData |
RoomData | hallwayData |
bool | isLoadingRoom = false |
Attached to player.
Keeps track of previous rooms and catalogues of each room's object placement
RoomData Cyan.RoomIdentifier.bathroomData |
RoomData Cyan.RoomIdentifier.bedroomData |
RoomData Cyan.RoomIdentifier.guestroomData |
RoomData Cyan.RoomIdentifier.hallwayData |
bool Cyan.RoomIdentifier.isLoadingRoom = false |
RoomData Cyan.RoomIdentifier.kitchenData |
Room Cyan.RoomIdentifier.lastRoom |
RoomData Cyan.RoomIdentifier.livingRoomData |