Vixen
02b45cc4
csharp
public sealed class LocalDeviceProvider

The machine the editor is running on, which is always there.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

Worth a provider of its own rather than a special case in the panel: "deploy to this machine and attach" is a real workflow — it is how somebody debugs the standalone play mode PlayModeController already supports — and it is the one device that needs no discovery.

Fields and properties (2)

  • public string? Endpoint

    Where a standalone build would listen.

  • public string Name

    What to call this source of devices in the panel.

Methods (2)

  • public LocalDeviceProvider(string? endpoint = null)

    Names the local provider.

  • public IEnumerable<DeviceEntry> Discover()

    Looks for devices.

Used by (2)

  • BuildSettingsTestsVixen.Editor.App.Tests
  • DiagnosticsModuleVixen.Editor.Diagnostics