Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

GraphDefinitionJsonUtility.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Runtime/GraphDefinitionJsonUtility.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-graph/Runtime/GraphDefinitionJsonUtility.cs

Source file hash: sha256:4dc218afeaa4a0252c9fc9231c2d1433c06a8ecd15eeb7d3b537672d691f34cc

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 24-664

Declaration hash: sha256:b4cfdf9aed1edfbdfe86f7dd996fa116e4069c9fbffd83d059e070c7e2017cc5

C#
public static class GraphDefinitionJsonUtility
{
}

Method: ToJson(GraphDefinition graph, bool prettyPrint)

Section titled “Method: ToJson(GraphDefinition graph, bool prettyPrint)”

Original lines: 33-41

Declaration hash: sha256:e51e905767d3a2acddf7c7d7f25c2985c11a34e2051e8f8414a74bfeea405b01

C#
public static string ToJson(GraphDefinition graph, bool prettyPrint = false);

Original lines: 49-63

Declaration hash: sha256:cc7063e0681004ec42b4c11896c921a1f1c5d460337848f654d9e413e1e80bce

C#
public static GraphDefinition FromJson(string json);

Original lines: 69-72

Declaration hash: sha256:87d966c7d0c13733d76d7a7fe2f16b304a3c24722e06edf53d26c8b9e006a208

C#
public static GraphDefinition Clone(GraphDefinition graph);
Full-size image