public float GetAnimationSpeed(string name) { Animation2D found = GetAnimationByName(name); return(found.GetSpeed()); }