C# Class EscapePod, TheUnseen

Inheritance: Interactive
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
EndingTrigger GameObject
doorClosed GameObject
escapePod Animation
escapePodSound UnityEngine.AudioSource
lights EnableAreaLight[],
offLights GameObject[]
onLights GameObject[]
openDoor GameObject
shutdownSound UnityEngine.AudioClip
sparks GameObject[]
startupSound UnityEngine.AudioClip

Public Methods

Method Description
Interact ( ) : void
Start ( ) : void

Private Methods

Method Description
playAnimations ( ) : IEnumerator

Method Details

Interact() public method

public Interact ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

EndingTrigger public property

public GameObject EndingTrigger
return GameObject

doorClosed public property

public GameObject doorClosed
return GameObject

escapePod public property

public Animation escapePod
return Animation

escapePodSound public property

public AudioSource,UnityEngine escapePodSound
return UnityEngine.AudioSource

lights public property

public EnableAreaLight[], lights
return EnableAreaLight[],

offLights public property

public GameObject[] offLights
return GameObject[]

onLights public property

public GameObject[] onLights
return GameObject[]

openDoor public property

public GameObject openDoor
return GameObject

shutdownSound public property

public AudioClip,UnityEngine shutdownSound
return UnityEngine.AudioClip

sparks public property

public GameObject[] sparks
return GameObject[]

startupSound public property

public AudioClip,UnityEngine startupSound
return UnityEngine.AudioClip