お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。
Namespace: UnityEngine.Events
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseUnityEventsのための抽象クラス
このクラスはUnityEventsのための基本機能を提供します。
GetPersistentEventCount | 登録されている永続的なリスナーの数を取得します |
GetPersistentMethodName | インデックスから対象のリスナーのメソッド名を取得します |
GetPersistentTarget | インデックスから対象のリスナーのコンポーネントを取得します |
RemoveAllListeners | イベントから全てのリスナーを削除します |
SetPersistentListenerState | 永続的なリスナーの実行状態を変更します |
GetValidMethodInfo | オブジェクト、関数名、引数タイプのリストからマッチするメソッドを探します |