Astroids.Classes.Astroid.GetIsVisable C# (CSharp) Метод

GetIsVisable() публичный Метод

public GetIsVisable ( ) : bool
Результат bool
        public bool GetIsVisable()
        {
            return isVisable;
        }