コード例 #1
0
 /**
  * Get a entity having the specified id.
  * @param entityId
  * @return entity
  */
 public Entity GetEntity(int entityId)
 {
     System.Diagnostics.Debug.Assert(entityId >= 0);
     return(entityManager.GetEntity(entityId));
 }
コード例 #2
0
 /**
  * Get a entity having the specified id.
  * @param entityId
  * @return entity
  */
 public Entity GetEntity(int entityId)
 {
     return(entityManager.GetEntity(entityId));
 }