예제 #1
0
 public void RemoveFromDictionary(Doru_Type type)
 {
     customModelDictionary.Remove(type);
     //Debug.Log("Removed from Dictionary [Key]: " + type);
 }
예제 #2
0
 public void AddToDictionary(Doru_Type type, CustomModel cm)
 {
     customModelDictionary[type] = cm;
     //Debug.Log("Added to Dictionary [Key]: " + type + " [Value]: " + customModelDictionary[type].name);
 }