言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

EventType

Suggest a change

Success!

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.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

GUI 周りのインプット情報を表示

Variables

MouseDown マウスをクリックしたときのイベント
MouseUp マウスをクリックし指を離したとき
MouseMove マウスが移動しているとき(エディターのみ)
MouseDrag マウスでドラッグをしているときのイベント
KeyDown キーボードのキーを押したときのイベント
KeyUp キーボードのキーを離したときのイベント
ScrollWheel スクロールホイールを動すときのイベント
Repaint イベントが再度描画されるときのイベント。毎フレームに一度呼び出されます。
Layout レイアウトイベント
DragUpdated エディタのみ: ドラッグ&ドロップで操作が更新されたときのイベント
DragPerform エディタのみ: ドラッグ&ドロップの操作を実行したときのイベント
DragExited エディタのみ: ドラッグ&ドロップで操作が終了したときのイベント
Ignore Eventを無効化
Used すでに処理されたイベント
ValidateCommand コピー&ペーストなどの特別なコマンドを検証
ExecuteCommand コピー&ペーストなどの特別なコマンドを実行
ContextClick 右クリック(またはMac上ではcontrol+クリック)したときのイベント