MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / IBridgeResponse

Interface IBridgeResponse

UnityBridge/Editor/Helpers/Response.cs:8–12  ·  view source on GitHub ↗

Interface for all bridge response types.

Source from the content-addressed store, hash-verified

6 /// Interface for all bridge response types.
7 /// </summary>
8 public interface IBridgeResponse
9 {
10 bool Success { get; }
11 JObject ToJson();
12 }
13
14 /// <summary>
15 /// Represents a successful response.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected