Content-Length: 17891 | pFad | https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/EditorApplication.Beep.html
Plays system beep sound.
// Play beep sound on menu click
using UnityEditor; using UnityEngine;
public class BeepExample { [MenuItem("Examples/Play beep")] static void DoBeep() { EditorApplication.Beep(); } }
Fetched URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/EditorApplication.Beep.html
Alternative Proxies: