EtherDuels.Config.Configuration.SetLeftKey C# (CSharp) 메소드

SetLeftKey() 공개 메소드

Sets the turn-left key for the player specified by the playerID.
public SetLeftKey ( int playerID, Keys key ) : void
playerID int The ID which specifies the player.
key Keys The new key which needs to be assigned.
리턴 void
        public void SetLeftKey(int playerID, Keys key)
        {
            keyConfigurations[playerID].Left = key;
        }