文档

支持

Unity Studio

Open Unity Studio

Unity Studio

Mouse move node

Detect when the user moves the mouse.
阅读时间1 分钟最后更新于 5 个月前

Use the Mouse move node to react whenever the user moves the mouse. Each time the cursor moves, this event triggers so you can run connected actions. This is useful if you want to move a custom cursor or rotate a camera.

Sockets

Socket

Type

Description

Mouse move amount
Vector3 (output)
The change in mouse position since the last trigger (screen space).