ControllerStatusChangedEventArgs Constructor |
Constructor.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
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