Ejemplo n.º 1
0
    bool NotAnimating()
    {
        CubeController controller = GetComponent <CubeController>();

        return(controller.Finished());
    }