コード例 #1
0
 public bool RemoveObjects(string objectID)
 {
     return(m_gameObjectRepository.Remove(objectID));
 }
コード例 #2
0
 public bool RemoveObjects(string id)
 {
     return(m_gameObjectRepository.Remove(id));
 }