コード例 #1
0
ファイル: PlayerController.cs プロジェクト: dknoma/Calytrix
        private void Awake()
        {
            this.pcInputActions = new PCInputActions();
            this.spriteRenderer = GetComponent <SpriteRenderer>();
            this.animator       = GetComponent <Animator>();

            ControllerInputManager.InitControllers();
            InitInput();
        }
コード例 #2
0
    private void Awake()
    {
        this.pcInputActions = new PCInputActions();

        InitInput();
    }