Class RunSettings
Implements
Inherited Members
Namespace: Unity.Build.Common
Assembly: solution.dll
Syntax
public sealed class RunSettings : IBuildComponent
Properties
Name | Description |
---|---|
BatchMode | Gets or sets whether the player will be run in batch mode. |
ExtraArguments | Gets or sets an array of extra arguments passed to the running process. |
NoGraphics | Gets or sets whether the player will be run with the "nographics" flag enabled. Requires BatchMode to be enabled. |
RedirectOutput | Gets or sets whether the player will be configured to make process output (stdout, stderr) available to the API. |
Stderr | Gets or sets a user callback that can be used to process player stderr, line by line. |
Stdout | Gets or sets a user callback that can be used to process player stdout, line by line. |