DidCreateChild Method
Overloads
DidCreateChild(NxInfo, GenericObject) |
Callback after create, this method can be overridden to customize the behavior after a child has been created. |
DidCreateChild(NxInfo, GenericObject)
Callback after create, this method can be overridden to customize the behavior after a child has been created.
Declaration
protected virtual void DidCreateChild(NxInfo info, GenericObject genericObject)
Parameters
Type | Name | Description |
---|---|---|
NxInfo | info |
NxInfo for the child that was created |
GenericObject | genericObject |
The created child object as generic object |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!