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