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