CornellTech-Unity-project  1.0
Public Member Functions | Public Attributes | List of all members
Cyan.RoomIdentifier Class Reference

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
 

Detailed Description

Attached to player.

Keeps track of previous rooms and catalogues of each room's object placement

Member Function Documentation

RoomData Cyan.RoomIdentifier.GetAssociatedRoomData ( Room  room)

Gets the RoomData Scriptable Object associated with a certain room type

Parameters
roomType of room
Returns
Associated RoomData ScriptableObject for room type

Member Data Documentation

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

The documentation for this class was generated from the following file: