Click or drag to resize

ControllerAssignmentChangedEventArgs Class

Event args returned by controller assignment and unassignment events in Players. Contains information about the controller that was changed.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    RewiredControllerAssignmentChangedEventArgs

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class ControllerAssignmentChangedEventArgs : EventArgs

The ControllerAssignmentChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertycontroller
The Controller whose assignment status changed.
Public propertyplayer
The Player to which the Controller was assigned or unassigned.
Public propertystate
The assignment state change that took place. True = the Controller was assigned to the Player. False = the Controller was unassigned from the Player.
Top
See Also