StretchyTanks.StretchyConicTank.GetInfo C# (CSharp) Méthode

GetInfo() public méthode

public GetInfo ( ) : string
Résultat string
        public override string GetInfo()
        {
            return base.GetInfo() +
              "\n* Hold '" + topRadKey + "' and move mouse to change top width." +
              "\n* Press '" + shapeKey + "' to change its cone shape.";
        }