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 |