Example #1
0
        override public string SetLabel()
        {
            string labelAdd = "";

            if (soundObject)
            {
                labelAdd  = " (" + soundAction.ToString();
                labelAdd += " " + soundObject.name + ")";
            }

            return(labelAdd);
        }