ActorAnimation(String name, int fps, double duration, bool isLooping) : _name = name, _fps = fps, _duration = duration, _isLooping = isLooping;