C# Class NotePickUpHandler, ExorcistForHire

Inheritance: MonoBehaviour
Mostrar archivo Open project: JordanStone/ExorcistForHire

Public Properties

Property Type Description
collectSound UnityEngine.AudioSource
note GameObject

Public Methods

Method Description
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

collectSound public_oe property

public AudioSource,UnityEngine collectSound
return UnityEngine.AudioSource

note public_oe property

public GameObject note
return GameObject