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