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

LayoutEditorTarget.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:b5581d85a4b078a09ece5a420b7e66dbed32d72eb7ae46874d87f57a59b4fa1d

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

Original lines: 19-92

Declaration hash: sha256:87f7e8a7d00219f06749a2d3135d09028a510ea69e52de8985bb7979ee6ab475

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

Original lines: 34-38

Declaration hash: sha256:577a28de4952a2c495bee2cd0758df56dc9624d8ed7d5dd1a00678d06672a9f7

C#
public TilePrefabLibrary Library { get; set; }

Original lines: 45-49

Declaration hash: sha256:89faac4b2fdf79516a5a03d47f85fd88d923f7191c756d65d28292f7cc168258

C#
public TextAsset LayoutJson { get; set; }

Original lines: 56-60

Declaration hash: sha256:2d16cb79f3fc35f1e6faac509095faa7316564c59bd5c91b7421e374b59bb004

C#
public Vector3 DefaultCell { get; set; }

Original lines: 67-71

Declaration hash: sha256:03e3e602e9366d65adb1a36e0849c64dfd5e971ede999d38398c67ceb7a8dbec

C#
public Vector3 DefaultOrigin { get; set; }

Method: ResolveGrid(LayoutDocument document)

Section titled “Method: ResolveGrid(LayoutDocument document)”

Original lines: 77-91

Declaration hash: sha256:b8f9f3440119e96cc5ef437dcea9e22134a92251d754397cafcab90a76cae566

C#
public LayoutGrid ResolveGrid(LayoutDocument document);
Full-size image