Controller |
public sealed class ControllerAssignmentChangedEventArgs : EventArgs
The ControllerAssignmentChangedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | controller | The Controller whose assignment status changed. |
![]() | player | The Player to which the Controller was assigned or unassigned. |
![]() | state | The assignment state change that took place. True = the Controller was assigned to the Player. False = the Controller was unassigned from the Player. |