Class DoorTester
- Namespace
- FistVR
- Assembly
- Assembly-CSharp.dll
public class DoorTester : MonoBehaviour
- Inheritance
-
DoorTester
Constructors
DoorTester()
Fields
LeftDoor
public SideHingedDestructibleDoorWrapper LeftDoor
Field Value
- SideHingedDestructibleDoorWrapper
LeftDoorPrefab
public GameObject LeftDoorPrefab
Field Value
- GameObject
ResettableDoors
public List<DoorTester.ResettableDoor> ResettableDoors
Field Value
- List<DoorTester.ResettableDoor>
ResettableWindows
public List<DoorTester.ResettableWindow> ResettableWindows
Field Value
- List<DoorTester.ResettableWindow>
RightDoor
public SideHingedDestructibleDoorWrapper RightDoor
Field Value
- SideHingedDestructibleDoorWrapper
RightDoorPrefab
public GameObject RightDoorPrefab
Field Value
- GameObject
WindowPrefab
public GameObject WindowPrefab
Field Value
- GameObject
WindowWrappers
public List<DestructibleWindowWrapper> WindowWrappers
Field Value
- List<DestructibleWindowWrapper>
Methods
ResetDoorLists()
public void ResetDoorLists()
ResetDoors()
ResetWindowLists()
public void ResetWindowLists()
ResetWindows()
public void ResetWindows()