MermaidBehaviorSourceWriter.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Authoring/MermaidBehaviorSourceWriter.cs.
Source snapshot ad0983d00d77.
On this page
Original file: Packages/io.bitquirky.behavior/Runtime/Authoring/MermaidBehaviorSourceWriter.cs
Source file hash: sha256:d3189cbf91b7980c8f593da2fa1fd3568d82e86d0427485bcb11bfbce06670a8
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: MermaidBehaviorSourceWriter
Section titled “Type: MermaidBehaviorSourceWriter”Original lines: 46-1905
Declaration hash: sha256:3911e968711476eb983128292ce330d65d271d8cb7a5bca886e23e8e1ee1e182
public static class MermaidBehaviorSourceWriter{}Method: Write(BehaviorSourceDocument document)
Section titled “Method: Write(BehaviorSourceDocument document)”Original lines: 56-272
Declaration hash: sha256:005c889174af2fb0308bf2e74385c14a0eaae4a4541c866a61acd1ca2f09bd6b
public static string Write(BehaviorSourceDocument document);Method: WriteToString(BehaviorSourceDocument document)
Section titled “Method: WriteToString(BehaviorSourceDocument document)”Original lines: 279
Declaration hash: sha256:72cf10a48f49bfb41b157b34b731e2fc1962bec423b62b3106239495f82c262a
public static string WriteToString(BehaviorSourceDocument document);