コード例 #1
0
    private void Awake()
    {
        inputMapper = GetComponent <InputMapper>();

        foreach (InputSystem system in inputSystems)
        {
            inputMapper.AddToWatch(system);
        }

        InputSystem = inputMapper;
    }