Codebreak.Framework.Generic.Updatable.RemoveUpdatable C# (CSharp) Method

RemoveUpdatable() public method

public RemoveUpdatable ( Updatable updatable ) : void
updatable Updatable
return void
        public void RemoveUpdatable(Updatable updatable)
        {
            AddMessage(() =>
            {
                m_subUpdatableObjects.Remove(updatable);
            });
        }