Beispiel #1
0
 public override void Remove(Vector3 x)
 {
     lock (this.m_root) m_collection.Remove(x);
 }