Uranium
Application Framework
|
Public Member Functions | |
None | __init__ (self, "SceneNode" scene_node) |
typing.Iterator["SceneNode"] | __iter__ (self) |
Protected Member Functions | |
None | _fillStack (self) |
Protected Attributes | |
_scene_node = scene_node | |
list | _node_stack = [] |
Abstract iterator class.
|
protected |
Fills the list of nodes by a certain order. The strategy to do this is to be defined by the child.