private static float GetLayerWeightInternal(ref PlayableHandle handle, int layerIndex)
 {
     return(AnimatorControllerPlayable.INTERNAL_CALL_GetLayerWeightInternal(ref handle, layerIndex));
 }