Vixen
02b45cc4
csharp
public readonly record struct PlayerLaunch

How 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 Role

    What it is for.

  • public string Executable

    The player to run.

  • public IReadOnlyList<string> Arguments

    What to pass it, beyond what the role and the inspector port add.

  • public string? WorkingDirectory

    Where to run it, or for the project root.

  • public int InspectorPort

    The 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