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