Project290.Menus.VolumeControlDisplayEntry.Disappear C# (CSharp) 메소드

Disappear() 개인적인 메소드

Has all scales go to 0.
private Disappear ( ) : void
리턴 void
        private void Disappear()
        {
            foreach (tfloat tf in this.scales)
            {
                tf.GoTo(0, 0.1f, true);
            }
        }