CameraBuddy.MenuGroup.GetKeyBind C# (CSharp) Méthode

GetKeyBind() public méthode

public GetKeyBind ( string displayName ) : KeyBind
displayName string
Résultat KeyBind
        public KeyBind GetKeyBind(string displayName)
        {
            return KeyBinds[GetUniqueId() + "_" + displayName];
        }