ControllerStatusChangedEventArgs Constructor |
Constructor.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic ControllerStatusChangedEventArgs(
string name,
int uniqueId,
ControllerType controllerType
)
Parameters
- name String
- The name of the controller.
- uniqueId Int32
- The id of the controller.
- controllerType ControllerType
- The type of the controller.
See Also