Exemplo n.º 1
0
 /// <summary>
 /// Unregister an object from Movable update.
 /// </summary>
 public void Unregister(IMovableUpdate _update) => movableUpdates.Remove(_update);
Exemplo n.º 2
0
        // ------------------------------

        /// <summary>
        /// Register an object on Movable update.
        /// </summary>
        public void Register(IMovableUpdate _update) => movableUpdates.Add(_update);