Cornell Tech-Unity-project  1.0
Public Attributes | List of all members
LoadRoom Class Reference

Attached to a door. On trigger- serialize all of the interactable objects for the current room and goes into the next room More...

Inheritance diagram for LoadRoom:

Public Attributes

string bedRoom = "bedroom"
 
string bathRoom = "bathroom"
 
string livingRoom = "livingroom"
 
string kitchen = "Kitchen3"
 
FirstPersonController fpsc
 
Room loadRoom
 
RoomIdentifier player
 
RoomManager roomManager
 
GameObject loadingScreen
 

Detailed Description

Attached to a door. On trigger- serialize all of the interactable objects for the current room and goes into the next room

Member Data Documentation

string LoadRoom.bathRoom = "bathroom"
string LoadRoom.bedRoom = "bedroom"
FirstPersonController LoadRoom.fpsc
string LoadRoom.kitchen = "Kitchen3"
string LoadRoom.livingRoom = "livingroom"
GameObject LoadRoom.loadingScreen
Room LoadRoom.loadRoom
RoomIdentifier LoadRoom.player
RoomManager LoadRoom.roomManager

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