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

Original file: ../bitquirky-graph/Editor/GraphView/Views/GridBackground.cs

Source file hash: sha256:fd34676da755ab9e949595d4d6046cf5f3c9faa51005816c522f0bfd78229c2a

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

Original lines: 36-298

Declaration hash: sha256:58536424a73156c6f0002319f7560d86f90a205e99f64bcbcfd42790b0d88226

C#
public class GridBackground : VisualElement
{
}

Original lines: 64

Declaration hash: sha256:78f530497bb2e9a487bf4c69c303d535008738d71824f5e2d65844ef2a8b6eea

C#
public float Spacing { get; set; }

Original lines: 66

Declaration hash: sha256:6af41f64b06b5e46125b63f02c10e241352459e8df3d551002f09c299c43191e

C#
public int MajorLineFrequency { get; set; }

Original lines: 69

Declaration hash: sha256:33ff43855ee3a3022d231843c9454d1d46d603a9a49ff795624d501833db68a4

C#
public Color BackgroundColor { get; set; }

Original lines: 73

Declaration hash: sha256:5c43aca9b263079091693c4440b1cad90a8fd57058bcebc7ec47ad4b8c468869

C#
public Color GridColor { get; set; }

Original lines: 82-86

Declaration hash: sha256:8323b453efdd3d4926d341b78f7c590324a227ec474be4ed34ff769071038c9a

C#
public Color MinorGridColor { get; set; }

Original lines: 93

Declaration hash: sha256:4feccff8c3625638e7070d515de143e7c8ec3f5e0b3cbeb6036a4ee91aab1aa0

C#
public Color GridDotColor { get; set; }

Original lines: 95

Declaration hash: sha256:f14329cc8724992d4ed44c7e4e83fe1df0d251b70f78b122f95d29793957a20a

C#
public float GridDotRadius { get; set; }

Original lines: 102

Declaration hash: sha256:68b82b386b4f8cfb9eeb1d591fb2a963b93ce19359d4d90f3487cd6719787ea5

C#
public bool ShowGridDots { get; set; }

Original lines: 118

Declaration hash: sha256:f483d4a5fbf26831ab0792b521e059ecc1245098e6f89b340aa91e1a33c18fe8

C#
public bool ShowGridLines { get; set; }

Original lines: 135

Declaration hash: sha256:c45e348134692de8ecaff92f2f93ba46d66ef1ea0bc1b31fb6a77c2c17dc5026

C#
public int DotInterval { get; set; }

Original lines: 153-162

Declaration hash: sha256:05d67a08f18da875c080de44b00f00a07c8c431d968f86915510b61aef9c36fe

C#
public GridBackground();

Method: UpdateTransform(Vector2 pan, float zoom)

Section titled “Method: UpdateTransform(Vector2 pan, float zoom)”

Original lines: 172-177

Declaration hash: sha256:69dab8a4d38f13b3dd246d235094606a50dbb86a13da122696e2c21ca23f915b

C#
public void UpdateTransform(Vector2 pan, float zoom);

Method: ApplyDesignSystemColors(Color bg, Color grid, Color gridDot)

Section titled “Method: ApplyDesignSystemColors(Color bg, Color grid, Color gridDot)”

Original lines: 185-193

Declaration hash: sha256:a4f4c98c7f5adab68f110e8b2c6d21498299eef2a35198d2dc83838bdf0a2e65

C#
public void ApplyDesignSystemColors(Color bg, Color grid, Color gridDot);
Full-size image