示例#1
0
 protected void removeFromDrawable3DLists(Drawable3DLists lists, int type) {
   lists.getList(type).remove(this);
 }
示例#2
0
 protected void addToDrawable3DLists(Drawable3DLists lists, int type) {
   lists.getList(type).add(this);
 }