Vixen
02b45cc4
csharp
public enum DeviceKind

What kind of thing a build can be deployed to.

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

Fields and properties (5)

  • Local

    The machine the editor is running on.

  • Network

    Another machine on the network.

  • Mobile

    A phone or tablet over a cable.

  • Console

    A console development kit.

  • Browser

    A browser.

Used by (4)

  • BuildSettingsTestsVixen.Editor.App.Tests
  • DeviceEntryVixen.Editor.Debugger
  • EditorApplicationVixen.Editor.App
  • LocalDeviceProviderVixen.Editor.Debugger