Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

LayoutObject.cs declarations

Public API declaration excerpts from ../bitquirky-tile/Runtime/LayoutObject.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 18-72

Declaration hash: sha256:c0357b3884dc7c2400dca31f00b31fa75bfdeaff66364fe585c83a35e954bc43

C#
public sealed class LayoutObject
{
}

Original lines: 25

Declaration hash: sha256:9e737be5a70ebcb1e641d9a397d0feea7f0e068cb58943d3c34c4f8cbc592bb5

C#
public string Id { get; set; }

Original lines: 30

Declaration hash: sha256:e18d706a70c5b97f7d8994f89139111e634734a2ba8299cac2c3b6d421e11b51

C#
public string Tile { get; set; }

Original lines: 35

Declaration hash: sha256:dce5b1d49bee9b2e1d63fd818210470b0ddac88b4bbe60a6ac7f754beb689e7a

C#
public string Variant { get; set; }

Original lines: 40-44

Declaration hash: sha256:b2753cca2b00adaf8e457a469f903c2bc14d121ec564e3a4af2158f0ea1554dc

C#
public string Prefab { get; set; }

Original lines: 47

Declaration hash: sha256:e79478c4d3b38b2196b7d635408a3a4df5d70e73cabb218ac89670ab4d4bbf0e

C#
public Vector3 Position { get; set; }

Original lines: 50

Declaration hash: sha256:93b2ff34b17ac0c42cf9b7fbaaf54d2c718c49b8caeb5f1b020251d1cef2c4fe

C#
public Vector3 RotationEuler { get; set; }

Original lines: 56

Declaration hash: sha256:d84aa80e079e997474bd8a0f522c84ce89c09dd5dad3c3db9dba8defdce6286a

C#
public Vector3 Scale { get; set; }

Original lines: 62

Declaration hash: sha256:96a3e856268eb81fe37b0a73c293aa645688e8ced7f3627df2d8a8d25053622c

C#
public string Group { get; set; }

Original lines: 68

Declaration hash: sha256:14bcdfba9465c183b8134d7e0d46683d5efd2dc44cd48b54988592088cba9a3b

C#
public List<string> Tags { get; set; }

Original lines: 71

Declaration hash: sha256:c7eab3ab48fd947a3395b82bdd2157244c263d2859f3b592aa44d79333dd2c08

C#
public string TileId { get; }
Full-size image