LayoutObject.cs declarations
Public API declaration excerpts from ../bitquirky-tile/Runtime/LayoutObject.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-tile/Runtime/LayoutObject.cs
Source file hash: sha256:dcb177acb3fa1b65a5776b02401b272a7e92c85b1a088b3a1a5bdba04a2372bf
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: LayoutObject
Section titled “Type: LayoutObject”Original lines: 18-72
Declaration hash: sha256:c0357b3884dc7c2400dca31f00b31fa75bfdeaff66364fe585c83a35e954bc43
public sealed class LayoutObject{}Property: Id
Section titled “Property: Id”Original lines: 25
Declaration hash: sha256:9e737be5a70ebcb1e641d9a397d0feea7f0e068cb58943d3c34c4f8cbc592bb5
public string Id { get; set; }Property: Tile
Section titled “Property: Tile”Original lines: 30
Declaration hash: sha256:e18d706a70c5b97f7d8994f89139111e634734a2ba8299cac2c3b6d421e11b51
public string Tile { get; set; }Property: Variant
Section titled “Property: Variant”Original lines: 35
Declaration hash: sha256:dce5b1d49bee9b2e1d63fd818210470b0ddac88b4bbe60a6ac7f754beb689e7a
public string Variant { get; set; }Property: Prefab
Section titled “Property: Prefab”Original lines: 40-44
Declaration hash: sha256:b2753cca2b00adaf8e457a469f903c2bc14d121ec564e3a4af2158f0ea1554dc
public string Prefab { get; set; }Property: Position
Section titled “Property: Position”Original lines: 47
Declaration hash: sha256:e79478c4d3b38b2196b7d635408a3a4df5d70e73cabb218ac89670ab4d4bbf0e
public Vector3 Position { get; set; }Property: RotationEuler
Section titled “Property: RotationEuler”Original lines: 50
Declaration hash: sha256:93b2ff34b17ac0c42cf9b7fbaaf54d2c718c49b8caeb5f1b020251d1cef2c4fe
public Vector3 RotationEuler { get; set; }Property: Scale
Section titled “Property: Scale”Original lines: 56
Declaration hash: sha256:d84aa80e079e997474bd8a0f522c84ce89c09dd5dad3c3db9dba8defdce6286a
public Vector3 Scale { get; set; }Property: Group
Section titled “Property: Group”Original lines: 62
Declaration hash: sha256:96a3e856268eb81fe37b0a73c293aa645688e8ced7f3627df2d8a8d25053622c
public string Group { get; set; }Property: Tags
Section titled “Property: Tags”Original lines: 68
Declaration hash: sha256:14bcdfba9465c183b8134d7e0d46683d5efd2dc44cd48b54988592088cba9a3b
public List<string> Tags { get; set; }Property: TileId
Section titled “Property: TileId”Original lines: 71
Declaration hash: sha256:c7eab3ab48fd947a3395b82bdd2157244c263d2859f3b592aa44d79333dd2c08
public string TileId { get; }