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