Vixen
02b45cc4
csharp
public record class RemoteEntity

One 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 Id

    The build's own identifier for it, opaque here.

  • public ulong Parent

    Its parent's id, or zero for a root.

  • public string Name

    What it is called.

  • public IReadOnlyList<string> Components

    The 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