コード例 #1
0
 private static bool HasStateInternal(ref PlayableHandle handle, int layerIndex, int stateID)
 {
     return(AnimatorControllerPlayable.INTERNAL_CALL_HasStateInternal(ref handle, layerIndex, stateID));
 }