C# Class EscapePod, TheUnseen

Inheritance: Interactive
显示文件 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_oe property

public GameObject EndingTrigger
return GameObject

doorClosed public_oe property

public GameObject doorClosed
return GameObject

escapePod public_oe property

public Animation escapePod
return Animation

escapePodSound public_oe property

public AudioSource,UnityEngine escapePodSound
return UnityEngine.AudioSource

lights public_oe property

public EnableAreaLight[], lights
return EnableAreaLight[],

offLights public_oe property

public GameObject[] offLights
return GameObject[]

onLights public_oe property

public GameObject[] onLights
return GameObject[]

openDoor public_oe property

public GameObject openDoor
return GameObject

shutdownSound public_oe property

public AudioClip,UnityEngine shutdownSound
return UnityEngine.AudioClip

sparks public_oe property

public GameObject[] sparks
return GameObject[]

startupSound public_oe property

public AudioClip,UnityEngine startupSound
return UnityEngine.AudioClip