Class EventReceiver
- Namespace
- FistVR
- Assembly
- Assembly-CSharp.dll
public class EventReceiver : MonoBehaviour
- Inheritance
-
EventReceiver
Constructors
EventReceiver()
Fields
ChannelLabel
Field Value
- Text
KeypadPoint
public Transform KeypadPoint
Field Value
- Transform
NameLabel
Field Value
- Text
ReceiverType
public EventReceiverType ReceiverType
Field Value
- EventReceiverType
ValueLabel
Field Value
- Text
Methods
Awake()
BTNClick_Input_ChannelEntry()
public void BTNClick_Input_ChannelEntry()
public void BTNClick_Input_Value()
DeregisterDelegate(UnityEventInt)
public void DeregisterDelegate(UnityEventInt ev)
Parameters
ev
UnityEventInt
public void KeyInput(string s)
Parameters
s
string
ReceiveEvent(int)
public void ReceiveEvent(int val)
Parameters
val
int
RegisterDelegate(UnityEventInt)
public void RegisterDelegate(UnityEventInt ev)
Parameters
ev
UnityEventInt
SetChannel(int)
public void SetChannel(int newChannel)
Parameters
newChannel
int
SetDisplayName(string)
public void SetDisplayName(string s)
Parameters
s
string
SetFilter(EventFilterType)
public void SetFilter(EventFilterType newFilterType)
Parameters
newFilterType
EventFilterType
SetValue(int)
public void SetValue(int newValue)
Parameters
newValue
int