LayoutJson.cs declarations
Public API declaration excerpts from ../bitquirky-tile/Runtime/LayoutJson.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-tile/Runtime/LayoutJson.cs
Source file hash: sha256:3fd5c3c34dcdd21018009c6da639ec31728019812a0d8fb0e956849d815c0c26
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: LayoutJson
Section titled “Type: LayoutJson”Original lines: 23-303
Declaration hash: sha256:b0a5b54023aab69cad368716788365a3a8ad324ed44a172ca539e6e7dc1cf9c2
public static class LayoutJson{}Method: Parse(string json)
Section titled “Method: Parse(string json)”Original lines: 31-63
Declaration hash: sha256:06e28e477d7ca4e4882c72f3561334f94afbc3ed5b250499e7b1c5b4e3d19836
public static LayoutDocument Parse(string json);Method: Write(LayoutDocument document)
Section titled “Method: Write(LayoutDocument document)”Original lines: 71-98
Declaration hash: sha256:32752b308667ae1db20555d18d22b0f0a055b1a3ee66db0da84c2866c6d610c0
public static string Write(LayoutDocument document);