EntityIterateChildren Method |
Iterate over children and call 'callback' for every direct child of this entity.
Namespace:
GeonBit.UI.Entities
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void IterateChildren(
EventCallback callback
)
Parameters
- callback
- Type: GeonBit.UIEventCallback
Callback function to call with every child of this entity.
See Also