Click or drag to resize

PlayerActiveControllerChangedDelegate Class

Delegate for a current active controller change in a Player.
Inheritance Hierarchy
SystemObject
  SystemDelegate
    SystemMulticastDelegate
      RewiredPlayerActiveControllerChangedDelegate

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

The PlayerActiveControllerChangedDelegate type exposes the following members.

Constructors
 NameDescription
Public methodPlayerActiveControllerChangedDelegateInitializes a new instance of the PlayerActiveControllerChangedDelegate class
Top
Methods
 NameDescription
Public methodBeginInvoke 
Public methodEndInvoke 
Public methodInvoke 
Top
See Also