C# Class ElevatorCutscene, TheUnseen

Inheritance: MonoBehaviour
Mostra 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_oe property

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

camera public_oe property

public CameraBob, camera
return CameraBob,

elevatorCrash public_oe property

public AudioClip,UnityEngine elevatorCrash
return UnityEngine.AudioClip

elevatorFall public_oe property

public AudioClip,UnityEngine elevatorFall
return UnityEngine.AudioClip

emergencyLight public_oe property

public GameObject emergencyLight
return GameObject

isDone public_oe property

public bool isDone
return bool

normalLight public_oe property

public GameObject normalLight
return GameObject

sparks public_oe property

public GameObject[] sparks
return GameObject[]