IPostprocessLaunch
Interface for receiving a callback after the application is launched on a target device.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
public interface IPostprocessLaunch : IOrderedCallback
Remarks
Unity invokes callback after attempting to launch the application. For more information about build callbacks, refer to Use build callbacks
OnPostprocessLaunchMethods
Method | Description |
|---|---|
| OnPostprocessLaunch | Implement this method to receive a callback after Unity attempts to launch the application. |