コード例 #1
0
ファイル: InputManager.cs プロジェクト: Houkz/My-Repo
        protected override void Awake()
        {
            base.Awake();
            currentInputContext = new LensedValue <InputContext>(defaultInputContext);
            lastContextId       = currentInputContext.Value.GetInstanceID();

            CacheActionSets();
            InitializeActionSets();

            UpdateCurrentState(defaultInputContext);
        }