Example #1
0
 public static void DeregisterUpdatable(IShapeUpdatable updatable) => _updatables.RemoveAll(candidate => candidate == updatable);
Example #2
0
 public static void RegisterUpdatable(IShapeUpdatable updatable) => _updatables.Add(updatable);