csharp
public record class RemoteEntityOne entity as the far end describes it.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public ulong IdThe build's own identifier for it, opaque here.
public ulong ParentIts parent's id, or zero for a root.
public string NameWhat it is called.
public IReadOnlyList<string> ComponentsThe component type names it carries.
Methods (1)
public RemoteEntity(ulong Id, ulong Parent, string Name, IReadOnlyList<string> Components)One entity as the far end describes it.
Used by (4)
- InspectorProtocolVixen.Editor.Debugger
- InspectorProtocolTestsVixen.Editor.Debugger.Tests
- RemoteInspectorClientVixen.Editor.Debugger
- RemoteInspectorViewVixen.Editor.Debugger