Table of Contents

Class EventTrigger

Namespace
FistVR
Assembly
Assembly-CSharp.dll
public class EventTrigger : FVRPhysicalObject
Inheritance
EventTrigger
Inherited Members

Constructors

EventTrigger()

public EventTrigger()

Fields

ChannelLabel

public Text ChannelLabel

Field Value

Text

EModule

public EventModule EModule

Field Value

EventModule

KeypadPoint

public Transform KeypadPoint

Field Value

Transform

LBL_IFF

public Text LBL_IFF

Field Value

Text

LBL_ObjectID

public Text LBL_ObjectID

Field Value

Text

LBL_OnOff

public Text LBL_OnOff

Field Value

Text

LBL_Tick

public Text LBL_Tick

Field Value

Text

LM_Agent

public LayerMask LM_Agent

Field Value

LayerMask

LM_Interactive

public LayerMask LM_Interactive

Field Value

LayerMask

OBS_TriggerType

public OptionsPanel_ButtonSet OBS_TriggerType

Field Value

OptionsPanel_ButtonSet

m_channel

protected int m_channel

Field Value

int

m_isOn

protected bool m_isOn

Field Value

bool

m_keypad

protected EventNumericalKeypad m_keypad

Field Value

EventNumericalKeypad

m_uiDirty

protected bool m_uiDirty

Field Value

bool

Methods

Awake()

protected override void Awake()

BeginObjectScan()

public void BeginObjectScan()

FVRUpdate()

protected override void FVRUpdate()

InitiateInput_Channel()

public void InitiateInput_Channel()

InitiateInput_IFF()

public void InitiateInput_IFF()

InitiateInput_Tick()

public void InitiateInput_Tick()

KeyInput(string)

public void KeyInput(string s)

Parameters

s string

OnCollisionEnter(Collision)

public override void OnCollisionEnter(Collision col)

Parameters

col Collision

SetChannel(int)

public void SetChannel(int i)

Parameters

i int

SetChannel(string)

public void SetChannel(string s)

Parameters

s string

SetFilter(EventFilterType)

public void SetFilter(EventFilterType newFilterType)

Parameters

newFilterType EventFilterType

SetMode(int)

public void SetMode(int i)

Parameters

i int

SetOnOff(bool)

public void SetOnOff(bool b)

Parameters

b bool

SetOnOff(int)

public void SetOnOff(int i)

Parameters

i int

SetOnOffButton(int)

public void SetOnOffButton(int i)

Parameters

i int

SetTick(int)

public void SetTick(int i)

Parameters

i int

SetTick(string)

public void SetTick(string s)

Parameters

s string

TestVolumeBool(Transform, Vector3)

public bool TestVolumeBool(Transform t, Vector3 pos)

Parameters

t Transform
pos Vector3

Returns

bool

UpdateUI()

public void UpdateUI()