PlayerMouseFactoryCreate Method (PlayerMouseDefinition) |
Creates a new Player Mouse.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static PlayerMouse Create(
PlayerMouseDefinition definition
)
Parameters
- definition
- Type: RewiredPlayerMouseDefinition
Definition use to set initial values in the controller.
Return Value
Type:
PlayerMouseA new Player Mouse.
See Also