private static int GetLayerIndexInternal(ref PlayableHandle handle, string layerName)
 {
     return(AnimatorControllerPlayable.INTERNAL_CALL_GetLayerIndexInternal(ref handle, layerName));
 }