Ejemplo n.º 1
0
        void OnEnable()
        {
            // See PlayerActions.cs for this setup.
            playerActions = PlayerActions.CreateWithDefaultBindings();

            LoadBindings();
        }
Ejemplo n.º 2
0
        void OnEnable()
        {
            // See PlayerActions.cs for this setup.
            playerActions = PlayerActions.CreateWithDefaultBindings();
            //playerActions.Move.OnLastInputTypeChanged += ( lastInputType ) => Debug.Log( lastInputType );

            LoadBindings();
        }
Ejemplo n.º 3
0
 private void OnEnable()
 {
     playerActions = PlayerActions.CreateWithDefaultBindings();
     LoadBindings();
 }