コード例 #1
0
        void OnEnable()
        {
            // See PlayerActions.cs for this setup.
            playerActions = PlayerActions.CreateWithDefaultBindings();

            LoadBindings();
        }
コード例 #2
0
ファイル: BindingsExample.cs プロジェクト: Bars1704/Flatout
        void OnEnable()
        {
            // See PlayerActions.cs for this setup.
            playerActions = PlayerActions.CreateWithDefaultBindings();
            //playerActions.Move.OnLastInputTypeChanged += ( lastInputType ) => Debug.Log( lastInputType );

            LoadBindings();
        }
コード例 #3
0
 private void OnEnable()
 {
     playerActions = PlayerActions.CreateWithDefaultBindings();
     LoadBindings();
 }