C# Class ElevatorCutscene, TheUnseen

Inheritance: MonoBehaviour
Show file Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
bangOnElevator UnityEngine.AudioClip[]
camera CameraBob,
elevatorCrash UnityEngine.AudioClip
elevatorFall UnityEngine.AudioClip
emergencyLight GameObject
isDone bool
normalLight GameObject
sparks GameObject[]

Public Methods

Method Description
PlayCutscene ( ) : IEnumerator

Method Details

PlayCutscene() public method

public PlayCutscene ( ) : IEnumerator
return IEnumerator

Property Details

bangOnElevator public property

public AudioClip[],UnityEngine bangOnElevator
return UnityEngine.AudioClip[]

camera public property

public CameraBob, camera
return CameraBob,

elevatorCrash public property

public AudioClip,UnityEngine elevatorCrash
return UnityEngine.AudioClip

elevatorFall public property

public AudioClip,UnityEngine elevatorFall
return UnityEngine.AudioClip

emergencyLight public property

public GameObject emergencyLight
return GameObject

isDone public property

public bool isDone
return bool

normalLight public property

public GameObject normalLight
return GameObject

sparks public property

public GameObject[] sparks
return GameObject[]