LayoutEditorTarget.cs declarations
Public API declaration excerpts from ../bitquirky-tile/Runtime/LayoutEditorTarget.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: LayoutEditorTarget
Section titled “Type: LayoutEditorTarget”Original lines: 19-92
Declaration hash: sha256:87f7e8a7d00219f06749a2d3135d09028a510ea69e52de8985bb7979ee6ab475
[DisallowMultipleComponent][AddComponentMenu("Bit Quirky/Tile/Layout Editor Target")]public sealed class LayoutEditorTarget : MonoBehaviour{}Property: Library
Section titled “Property: Library”Original lines: 34-38
Declaration hash: sha256:577a28de4952a2c495bee2cd0758df56dc9624d8ed7d5dd1a00678d06672a9f7
public TilePrefabLibrary Library { get; set; }Property: LayoutJson
Section titled “Property: LayoutJson”Original lines: 45-49
Declaration hash: sha256:89faac4b2fdf79516a5a03d47f85fd88d923f7191c756d65d28292f7cc168258
public TextAsset LayoutJson { get; set; }Property: DefaultCell
Section titled “Property: DefaultCell”Original lines: 56-60
Declaration hash: sha256:2d16cb79f3fc35f1e6faac509095faa7316564c59bd5c91b7421e374b59bb004
public Vector3 DefaultCell { get; set; }Property: DefaultOrigin
Section titled “Property: DefaultOrigin”Original lines: 67-71
Declaration hash: sha256:03e3e602e9366d65adb1a36e0849c64dfd5e971ede999d38398c67ceb7a8dbec
public Vector3 DefaultOrigin { get; set; }Method: ResolveGrid(LayoutDocument document)
Section titled “Method: ResolveGrid(LayoutDocument document)”Original lines: 77-91
Declaration hash: sha256:b8f9f3440119e96cc5ef437dcea9e22134a92251d754397cafcab90a76cae566
public LayoutGrid ResolveGrid(LayoutDocument document);