csharp
public enum RemoteStateWhere the editor's end of an inspector connection has got to.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
DetachedNothing attached.
AttachingConnecting, or waiting for the far end's greeting.
AttachedAttached and talking.
IncompatibleAttached to something that speaks a different version of the protocol, which is a state of its own rather than a failure to connect.
Used by (3)
- RemoteInspectorClientVixen.Editor.Debugger
- RemoteInspectorTestsVixen.Editor.Debugger.Tests
- RemoteInspectorViewVixen.Editor.Debugger