public void Start(bool isPlay = true)
 {
     coroutine = CoroutineHandler.StartStaticCoroutine(Behaviour());
     isPlaying = isPlay;
 }