LayoutDocument.cs declarations
Public API declaration excerpts from ../bitquirky-tile/Runtime/LayoutDocument.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-tile/Runtime/LayoutDocument.cs
Source file hash: sha256:c3e2c86ec2719ac22533545b1cc4c9d5811137545a117f3e7829a94d45ef72be
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: LayoutDocument
Section titled “Type: LayoutDocument”Original lines: 17-58
Declaration hash: sha256:53b03d0ec42f78e609689ab2fd40a73ab39a93e623cbc4c479e11b3d8e2a8ff2
public sealed class LayoutDocument{}Property: Format
Section titled “Property: Format”Original lines: 24
Declaration hash: sha256:23049f215ba620197b0492ba166aa373205d11e70bb2a0c638ae364d60afac1c
public string Format { get; set; }Property: Name
Section titled “Property: Name”Original lines: 30
Declaration hash: sha256:db512996a8eed38bbbc56f4f64179652ffed083ea9e57cffc9d2d6ae0d07ee71
public string Name { get; set; }Property: Units
Section titled “Property: Units”Original lines: 37
Declaration hash: sha256:572174ac74ce065ef9138bff7f46976e4a24c59e18bb2c689c7cfb1ffcd886fd
public string Units { get; set; }Property: Library
Section titled “Property: Library”Original lines: 40
Declaration hash: sha256:946fe9a44f08c875e361c7d34990cefc468e03f434cd69b41d36e1e2b682a677
public string Library { get; set; }Property: Seed
Section titled “Property: Seed”Original lines: 45
Declaration hash: sha256:2fb5deee37e42a1abcdd97d8a395353d29cd4516adbb74d32e3d6d6ea41f4397
public int Seed { get; set; }Property: Grid
Section titled “Property: Grid”Original lines: 51
Declaration hash: sha256:5ab852db5222757d9be4610064518ba5a2769e802dd8d2dbac9f0c44e8515e5d
public LayoutGrid Grid { get; set; }Property: Objects
Section titled “Property: Objects”Original lines: 57
Declaration hash: sha256:180b1c6a8aa67937a7f6c0fbb54295b4df3419c151130b1b3e197a56a51ba6d7
public List<LayoutObject> Objects { get; set; }