SubscribeObjectChildAdded¶
-
ISubscription ISystem.SubscribeObjectChildAdded(ObjectChildAddedHandler handler)¶
Subscribes a callback to be executed when an object is added as child to a descendant object of this system.
- Parameters
handler – Delegate to be invoked when an object is added.
- Returns
ISubscription – An ISubscription for the callback.
- Throws
NullArgumentException
– Null reference was passed.