コード例 #1
0
 private static string GetLayerNameInternal(ref PlayableHandle handle, int layerIndex)
 {
     return(AnimatorControllerPlayable.INTERNAL_CALL_GetLayerNameInternal(ref handle, layerIndex));
 }