User Tools

Site Tools


en:tutorials:objecttreetraversing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:orx:tutorials:community:sergeig:objecttreetraversing [2013/05/22 18:36 (11 years ago)] – [Alternative to Traversing when Loading from Config] sergeigen:tutorials:objecttreetraversing [2020/08/31 07:11 (4 years ago)] (current) – ↷ Page moved from en:tutorials:community:sergeig:objecttreetraversing to en:tutorials:objecttreetraversing sausage
Line 67: Line 67:
 ===== "iarwain" has made a few points to keep in mind ===== ===== "iarwain" has made a few points to keep in mind =====
  
-this will not traverse any objects that are not connected to scene hierarchy +  This will not traverse any objects that are not connected to scene hierarchy 
-* Objects that have been created as part of the Scene hierarchy can decide to exclude themselves from that hierarchy at any point (usually done for permanent objects, UI objects, etc...) +  * Objects that have been created as part of the Scene hierarchy can decide to exclude themselves from that hierarchy at any point (usually done for permanent objects, UI objects, etc...) 
-* You might want to look at [[https://bitbucket.org/orx/scroll|Scroll]], which is a thin C++ layer on top of orx.+  * You might want to look at [[https://github.com/orx/scroll|Scroll]], which is a thin C++ layer on top of orx.
  
 Orx does bookkeeping on all the orxSTRUCTURE derivative that are created, if you want to iterate through all the orxOBJECTS, you can do so like this: Orx does bookkeeping on all the orxSTRUCTURE derivative that are created, if you want to iterate through all the orxOBJECTS, you can do so like this:
Line 83: Line 83:
  
 Another alternative is to use scroll C++ wrapper as it takes care of orxOBJECT_EVENT_CREATE with its binding mechanism and other tasks. Another alternative is to use scroll C++ wrapper as it takes care of orxOBJECT_EVENT_CREATE with its binding mechanism and other tasks.
 +
 +===== See also =====
 +[[en:examples:objects:get_object_by_traversing_structures|Get OrxObject by Traversing Structures]]
 +
en/tutorials/objecttreetraversing.1369273010.txt.gz · Last modified: 2017/05/30 00:50 (7 years ago) (external edit)