MousePartyInputModule Component
Overview
This input module component allows Mouse Party to have multi-mouse interaction with Unity's Canvas
elements (Button
, ScrollRect
, Toggle
, Slider
etc), as well as Unity's IPointer
events API such as IPointerClickHandler
.
Properties
Property | Type | Range | Default | Description |
---|---|---|---|---|
Eanble Mouse Party | Bool | True | Whether or not this InputModule uses Mouse Party. Can be useful to disable when only one cursor is required. | |
Mouse Cursor Manager | MouseCursorManager | The manager to use for the cursor position updating. |
Other properties are the same as Unity's InputModule
.