Artemis.Engine.Input.ControlScheme.ControlScheme C# (CSharp) Méthode

ControlScheme() public méthode

public ControlScheme ( ControlIntent>.Dictionary keys ) : System.Collections.Generic
keys ControlIntent>.Dictionary
Résultat System.Collections.Generic
        public ControlScheme(Dictionary<Keys, ControlIntent> keys)
        {
            KeyIntents = keys;
        }