Codebreak.Framework.Generic.Updatable.RemoveUpdatable C# (CSharp) Méthode

RemoveUpdatable() public méthode

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