Table of Contents

Class EventReceiver

Namespace
FistVR
Assembly
Assembly-CSharp.dll
public class EventReceiver : MonoBehaviour
Inheritance
EventReceiver

Constructors

EventReceiver()

public EventReceiver()

Fields

ChannelLabel

public Text ChannelLabel

Field Value

Text

KeypadPoint

public Transform KeypadPoint

Field Value

Transform

NameLabel

public Text NameLabel

Field Value

Text

ReceiverType

public EventReceiverType ReceiverType

Field Value

EventReceiverType

ValueLabel

public Text ValueLabel

Field Value

Text

Methods

Awake()

public void Awake()

BTNClick_Input_ChannelEntry()

public void BTNClick_Input_ChannelEntry()

BTNClick_Input_Value()

public void BTNClick_Input_Value()

DeregisterDelegate(UnityEventInt)

public void DeregisterDelegate(UnityEventInt ev)

Parameters

ev UnityEventInt

KeyInput(string)

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