Exemplo n.º 1
0
 public static void UnregisterObject(PathTracingObject obj)
 {
     _pathTracingObjects.Remove(obj);
     _pathTracingDirty = true;
 }
Exemplo n.º 2
0
 public static void RegisterObject(PathTracingObject obj)
 {
     _pathTracingObjects.Add(obj);
     _pathTracingDirty = true;
 }