UI Toolkit は、ユーザーが UI Toolkit の要素とのインタラクションを行ってその状態を変化させると、イベントを発生させます。 イベントのデザインは、HTML 要素における Event インターフェース に似ています。
イベントタイプは、EventBase クラスに基づいて階層に収められます。各イベントファミリーは、同じファミリーの全てのイベントに共通する特性を定義するインターフェースを実装します。例えば、BlurEvent
と FocusEvent
は、FocusEventBase クラスを使用します。
イベント、親クラスに関する詳しい情報と、API スクリプトリファレンスは、下記のリストのリンクを参照してください。
トピック | 説明 |
---|---|
キャプチャイベント | ユーザーと UI のインタラクションをキャプチャするイベント。 |
変更イベント | ユーザーが要素の状態を変更した時に発生するイベント。 |
クリックイベント | ユーザーが要素をクリックした時に発生するイベント。 |
コマンドイベント | ユーザーがコマンドを実行した時に発生するイベント。 |
ドラッグアンドドロップイベント | ユーザーが要素をドラッグアンドドロップした時に発生するイベント。 |
レイアウトイベント | レイアウトエンジンが要素のレイアウトを変更した時に発生するイベント。 |
フォーカスイベント | ユーザーが要素にフォーカスした時に発生するイベント。 |
入力イベント | ユーザーがテキストを入力した時に発生するイベント。 |
キーボードイベント | ユーザーがキーを押した時に発生するイベント。 |
マウスイベント | ユーザーがマウスを動かした時に発生するイベント。 |
ナビゲーションイベント | ユーザーが UI をナビゲートした時に発生するイベント。 |
パネルイベント | ユーザーがパネルを操作した時に発生するイベント。 |
ポインターイベント | ユーザーがポインターデバイスを操作した時に発生するイベント。 |
ツールチップイベント | ユーザーがツールチップを操作した時に発生するイベント。 |
遷移イベント | ユーザーが遷移を操作した時に発生するイベント。 |
コンテキストメニューイベント | ユーザーがコンテキストメニューを操作した時に発生するイベント。 |
IMGUI イベント | ユーザーが IMGUI 要素を操作した時に発生するイベント。 |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.