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/Preferences/GraphViewPreferencesProvider.cs

Source file hash: sha256:cb4fbd6ec1e69a7ecc8f459d2758be388614d47ba33c65cb7413198003581963

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

Original lines: 20-26

Declaration hash: sha256:285613ed8274782619123abb716e4201fee6fd30d97f46d5cf37744090c8d42e

C#
public enum GraphPreviewOrientation
{
}

Original lines: 23

Declaration hash: sha256:727cd3a64d792ad410e3cb6036da3eb54dbac258e87c554e3b6081c1a5efc0e6

C#
Vertical

Original lines: 25

Declaration hash: sha256:0abba441f16eff90782e7a820fd5abb05a1749cca37bff515e4cc968238a2d26

C#
Horizontal

Original lines: 32-69

Declaration hash: sha256:a579e6062116fd4134d6e9a999a8cae9db54b20caf12523f6cadf2c785f51842

C#
public sealed class GraphViewPreferencesProviderOptions
{
}

Original lines: 35

Declaration hash: sha256:1db6679720e291c25b5cbf86fed06b9755e0cea1c67cb9998d69b523e7055554

C#
public string Path { get; set; }

Original lines: 37

Declaration hash: sha256:ae217a025db41c7ba670cc51ca4f82b7354c3459a9c637df3f8d2e23995488cd

C#
public string Label { get; set; }

Original lines: 39

Declaration hash: sha256:74bfca7113672e123658111f75ee7acf1fc4338ecbbdfaebfa3cf8d2b293cec8

C#
public string HeaderTitle { get; set; }

Original lines: 41

Declaration hash: sha256:52730319ba05c9221774fcca85b22abb78d26f90ddd91784d8eb3487c101382b

C#
public string HeaderSubtitle { get; set; }

Original lines: 43

Declaration hash: sha256:194935add8cf53c5f01463ec41b36518066650310f7c18b205220213c96d0da0

C#
public IEnumerable<string> Keywords { get; set; }

Original lines: 51

Declaration hash: sha256:b2d93324433dab04aebd13ff9a5bb7e3aefb2d91440ffbf2d938cc84cb28e023

C#
public GraphPreviewOrientation PreviewOrientation { get; set; }

Original lines: 59

Declaration hash: sha256:d4f702bb79ec71cc530a4c5d14b4b5205ef9a2315d4ddce49e7a4a1313eebf32

C#
public Func<VisualElement> HeaderIconBuilder { get; set; }

Original lines: 68

Declaration hash: sha256:d45afee7167a2c420888c58703f971037612857c4da52bc860202e482b25902a

C#
public Func<GraphViewPreferenceStore, VisualElement> PreviewSampleBuilder { get; set; }

Original lines: 75-870

Declaration hash: sha256:8d6cbf09a4a2ebfb5c6006bb75835d38f74951b491c7021f748688a355adda53

C#
public static class GraphViewPreferencesProvider
{
}

Method: Create(GraphViewPreferenceStore store, GraphViewPreferencesProviderOptions options)

Section titled “Method: Create(GraphViewPreferenceStore store, GraphViewPreferencesProviderOptions options)”

Original lines: 89-102

Declaration hash: sha256:fbf79b8dbb5b0ee9d8c8946e682f7cdd51846868a7e426fc6a9836ad35fe513a

C#
public static SettingsProvider Create(GraphViewPreferenceStore store, GraphViewPreferencesProviderOptions options);
Full-size image