unity-atoms/Packages/Mobile/Runtime/Functions/TouchUserInputTouchUserInputFunction.cs

10 lines
358 B
C#
Raw Normal View History

using UnityAtoms.Mobile;
namespace UnityAtoms.Mobile
{
/// <summary>
/// Function x 2 of type `TouchUserInput`. Inherits from `AtomFunction&lt;TouchUserInput, TouchUserInput&gt;`.
/// </summary>
[EditorIcon("atom-icon-sand")]
public abstract class TouchUserInputTouchUserInputFunction : AtomFunction<TouchUserInput, TouchUserInput> { }
}