unityEvent | 修正するイベント |
index | (指定されている場合)削除するインデックス |
call | (指定されている場合)削除する関数 |
イベントから関数を削除します
You can specify either the index of the listener function to remove, or the delegate type of the listener function to remove. If you specify the delegate type, this method removes all occurrences of that listener function from the event. If you specify the the index, this method only removes the listener function at the index specified.