LayoutValidator.cs declarations
Public API declaration excerpts from ../bitquirky-tile/Runtime/LayoutValidator.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-tile/Runtime/LayoutValidator.cs
Source file hash: sha256:2bd9e95143ec0db62d2f20631e725d8e9df06f1275b57104f050aa3419fe75bd
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: LayoutValidator
Section titled “Type: LayoutValidator”Original lines: 19-124
Declaration hash: sha256:17607add2d83edf31247e3e2fcebe7189d488545ce90e233a7670c2f9f824240
public static class LayoutValidator{}Method: Validate(LayoutDocument document)
Section titled “Method: Validate(LayoutDocument document)”Original lines: 28-31
Declaration hash: sha256:f5dd11e5add1c75a357ba5a06e7934a2b69b7e873a2ec042aeab7c4fd12fca47
public static void Validate(LayoutDocument document);Method: Validate(LayoutDocument document, TilePrefabLibrary library)
Section titled “Method: Validate(LayoutDocument document, TilePrefabLibrary library)”Original lines: 39-115
Declaration hash: sha256:2b426cbf7561893980fa08d8b94a2bfdd992dad1c21748596bb08d02af5e2e12
public static void Validate(LayoutDocument document, TilePrefabLibrary library);