コード例 #1
0
 /**
  * Set the group of the entity. Same as World.setGroup().
  * @param group of the entity.
  */
 public void SetGroup(String group)
 {
     world.GetGroupManager().Set(group, this);
 }