Class PSwitchListener
Inheritance
System.Object
PSwitchListener
Namespace: SF
Assembly: cs.temp.dll.dll
Syntax
public class PSwitchListener : MonoBehaviour, EventListener<PSwitchEvent>, EventListenerBase
Fields
POffCommandController
Declaration
public CommandController POffCommandController
Field Value
Type |
Description |
CommandController |
|
POnCommandController
Declaration
public CommandController POnCommandController
Field Value
Type |
Description |
CommandController |
|
Methods
OnEvent(PSwitchEvent)
Declaration
public void OnEvent(PSwitchEvent switchEvent)
Parameters
Implements