csharp
public readonly record struct PlayerLaunchHow to launch one player process.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public PlayerRole RoleWhat it is for.
public string ExecutableThe player to run.
public IReadOnlyList<string> ArgumentsWhat to pass it, beyond what the role and the inspector port add.
public string? WorkingDirectoryWhere to run it, or for the project root.
public int InspectorPortThe port the remote inspector attaches on, or zero for none.
Methods (1)
public PlayerLaunch(PlayerRole Role, string Executable, IReadOnlyList<string> Arguments, string? WorkingDirectory = null, int InspectorPort = 0)How to launch one player process.
Used by (2)
- PlayerSessionsVixen.Editor.SceneView
- SceneTestsVixen.Editor.SceneView.Tests