Beispiel #1
0
 public bool Remove(int actorHandle)
 {
     ValueSet.Destroy(_setDic[actorHandle]);
     return(_setDic.Remove(actorHandle));
 }