PhysicsChute: OnProductAdded
Invoked when product is added to the chute
Note: This event does not support multiple subscription. Previous subscription will be lost if subscribed twice.
Event
void xxxxxxxxxxxxxxxxx(sender: object, product: Product);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The object associated with the changed property |
product | Product | The added product object instance |