C# Class DefaultMenuAction, verthex

Inheritance: MonoBehaviour, MenuAction
Show file Open project: austinblakeslee/verthex

Public Properties

Property Type Description
click UnityEngine.AudioClip

Public Methods

Method Description
Action ( ) : void

Protected Methods

Method Description
PlayClickSound ( ) : void

Method Details

Action() public abstract method

public abstract Action ( ) : void
return void

PlayClickSound() protected method

protected PlayClickSound ( ) : void
return void

Property Details

click public property

public AudioClip,UnityEngine click
return UnityEngine.AudioClip