using UnityEngine; using UnityAtoms.BaseAtoms; using UnityAtoms.Mobile; namespace UnityAtoms.Mobile { /// /// Variable Instancer of type `TouchUserInput`. Inherits from `AtomVariableInstancer<TouchUserInputVariable, TouchUserInputPair, TouchUserInput, TouchUserInputEvent, TouchUserInputPairEvent, TouchUserInputTouchUserInputFunction>`. /// [EditorIcon("atom-icon-hotpink")] [AddComponentMenu("Unity Atoms/Variable Instancers/TouchUserInput Variable Instancer")] public class TouchUserInputVariableInstancer : AtomVariableInstancer< TouchUserInputVariable, TouchUserInputPair, TouchUserInput, TouchUserInputEvent, TouchUserInputPairEvent, TouchUserInputTouchUserInputFunction> { } }