Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5403 in orxonox.OLD for trunk/src/lib/graphics/render2D/element_2d.h


Ignore:
Timestamp:
Oct 19, 2005, 1:00:43 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk:
implemented List-addAtIteratorPosition, to add any entity in the Sorted list at a designated position (for include-sorting)
include-sort the list of added Element2D's after their layer-depth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/render2D/element_2d.h

    r5402 r5403  
    152152
    153153
    154     void addChild2D (Element2D* child, int parentingMode = E2D_PARENT_NONE);
     154    void addChild2D (Element2D* child);
    155155    void addChild2D (const char* childName);
    156156    void removeChild2D (Element2D* child);
Note: See TracChangeset for help on using the changeset viewer.