csharp
public enum DeviceKindWhat 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)
LocalThe machine the editor is running on.
NetworkAnother machine on the network.
MobileA phone or tablet over a cable.
ConsoleA console development kit.
BrowserA browser.
Used by (5)
- BuildSettingsTestsVixen.Editor.App.Tests
- DeviceEntryVixen.Editor.Debugger
- EditorApplicationVixen.Editor.App
- LocalDeviceProviderVixen.Editor.Debugger
- StubProviderVixen.Editor.Debugger.Tests