Exemple #1
0
 void Update()
 {
     if (_inputController.Shaking)
     {
         _stripController.Shake();
     }
 }
Exemple #2
0
    void Play(object obj, System.EventArgs args)
    {
        _title.animation.Play("titleDisappear");
        _playButton.animation.Play("playButtonDisappear");
#if UNITY_WEBPLAYER
        _.ExecuteJS("StartPlay", "");
#endif
        _stripController.Shake();
        Next();
    }