Delegate SwitchStagingElementFinishedHandler
Delegate SwitchStagingElementFinishedHandler
Namespace: UnityEngine.Industrial.Configuring.ConfiguratorRuntime
Syntax
public delegate void SwitchStagingElementFinishedHandler(object sender, SwitchStagingElementArgs args);
Parameters
Type | Name | Description |
---|---|---|
Object | sender | The sender. |
SwitchStagingElementArgs | args | The arguments. |