コード例 #1
0
 public bool HasState(int layerIndex, int stateID)
 {
     return(AnimatorControllerPlayable.HasStateInternal(ref this.handle, layerIndex, stateID));
 }