mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 16:18:24 -05:00
d3da0409e9
11 lines
404 B
C#
11 lines
404 B
C#
using UnityAtoms.BaseAtoms;
|
|||
using UnityEngine;
|
|||
|
|||
namespace UnityAtoms.InputSystem
|
|||
{
|
|||
[CreateAssetMenu(menuName = "Unity Atoms/Input System/Interpreters/Vector3")]
|
|||
public sealed class Vector3CallbackContextInterpreter : CallbackContextInterpreter<Vector3, Vector3Pair, Vector3Constant, Vector3Variable, Vector3Event, Vector3PairEvent, Vector3Vector3Function, Vector3VariableInstancer>
|
|||
{
|
|||
}
|
|||
}
|