Asteroids.Classes.AstroidThom.SetIsVisable C# (CSharp) Method

SetIsVisable() public method

public SetIsVisable ( bool isVisable ) : void
isVisable bool
return void
        public void SetIsVisable(bool isVisable)
        {
            this.isVisable = isVisable;
        }