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

LayoutPlacedTile.cs declarations

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

Source snapshot ad0983d00d77.

Original file: ../bitquirky-tile/Runtime/LayoutPlacedTile.cs

Source file hash: sha256:fd6633563e7c403a14bb342f9a7c65802047a9cc6a0d09c619ec438145f66117

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 19-113

Declaration hash: sha256:f971ef26d7b4599ac1ffe6f588ad229414951cc6835334eb5c4ec3e388ee27a6

C#
[DisallowMultipleComponent]
[AddComponentMenu("Bit Quirky/Tile/Layout Placed Tile")]
public sealed class LayoutPlacedTile : MonoBehaviour
{
}

Original lines: 36-40

Declaration hash: sha256:3faf8e1fb3478d50469e6fdec981d3cb3646dd7edf32ca98c2b4ac57651a5695

C#
public string InstanceId { get; set; }

Original lines: 47-51

Declaration hash: sha256:dfadfefa57cefaa498b35c517d40d8eb1db634717b0ccf56f2304ec552f30de0

C#
public string TileId { get; set; }

Original lines: 54-58

Declaration hash: sha256:d53271b579bcde5c752c8b3b52ca7913a86a713843c86cac9a922717358b74ce

C#
public string VariantId { get; set; }

Original lines: 65-69

Declaration hash: sha256:96a3e856268eb81fe37b0a73c293aa645688e8ced7f3627df2d8a8d25053622c

C#
public string Group { get; set; }

Original lines: 76-80

Declaration hash: sha256:14bcdfba9465c183b8134d7e0d46683d5efd2dc44cd48b54988592088cba9a3b

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

Method: Apply(string instanceId, string tileId, string variantId, string group, IReadOnlyList<string> tags)

Section titled “Method: Apply(string instanceId, string tileId, string variantId, string group, IReadOnlyList<string> tags)”

Original lines: 83-95

Declaration hash: sha256:ee5d629a6cd33ea1c269fbb33ea3a07c3ddbb13ecb45c71ef04fffa85f2f0e66

C#
public void Apply(string instanceId, string tileId, string variantId, string group, IReadOnlyList<string> tags);

Original lines: 98-112

Declaration hash: sha256:49b4e6678d8340bc539469ef10ef51fa768c19dd62b4f3ab6733cc28a7559905

C#
public LayoutObject ToLayoutObject();
Full-size image