Show / Hide Table of Contents

Class EventSwitch

Inheritance
MonoBehaviour
EventSwitch
Namespace: Alegra.DimSums
Assembly: cs.temp.dll.dll
Syntax
public class EventSwitch : MonoBehaviour

Fields

eventA

Declaration
public UnityEvent eventA
Field Value
Type Description
UnityEvent

eventB

Declaration
public UnityEvent eventB
Field Value
Type Description
UnityEvent

selection

Declaration
public EventSwitch.EventSelection selection
Field Value
Type Description
EventSwitch.EventSelection

Methods

Fire()

Declaration
public void Fire()

SetToEventA()

Declaration
public void SetToEventA()

SetToEventB()

Declaration
public void SetToEventB()
Back to top Generated by DocFX