예제 #1
0
    void PlayClickSound()
    {
        ClipPlayer ac = GameObject.Find("ClickSound").GetComponent <ClipPlayer>();

        clipLength = ac.GetClipLenght();
        ac.PlayClickSound();
    }