C# Class Sound.DragSoundPlayer

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: juliancruz87/madbricks

Protected Methods

Method Description
InitDraggEvents ( ) : void

Private Methods

Method Description
Awake ( ) : void
PlayDragSound ( Vector3 currentposition, Vector3 newposition ) : void
PlayDragSoundOnce ( ) : void
StopDrag ( ) : void

Method Details

InitDraggEvents() protected method

protected InitDraggEvents ( ) : void
return void