DefaultLaunchReport
Provides information about the application launch.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
- Implements: ILaunchReport
public class DefaultLaunchReport : ILaunchReport
Remarks
Use this class to obtain information about the application launched on a target platform that does not provide its own launch report.
Properties
Property | Description |
|---|---|
| buildTarget | The target platform on which the application build was launched. |
| result | The outcome of the application launch. |