Class AddRunShortcuts
Automatically generates Run Shortcuts at build time. These allow you to quickly open your Immersive Experience with different configurations.
Inheritance
System.Object
AddRunShortcuts
Namespace: Immersive
Assembly: cs.temp.dll.dll
Syntax
public class AddRunShortcuts : IPreprocessBuildWithReport
Properties
callbackOrder
Declaration
public int callbackOrder { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
OnPreprocessBuild(BuildReport)
Declaration
public void OnPreprocessBuild(BuildReport report)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildReport | report |