InspectorHead.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/InspectorHead.cs.
Source snapshot ad0983d00d77.
On this page
Original file: Packages/io.bitquirky.behavior/Editor/InspectorHead.cs
Source file hash: sha256:c41611111e2b6f0003a696f87e69127014783360b976f8ba063ce164ed75cd82
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: InspectorHead
Section titled “Type: InspectorHead”Original lines: 14-206
Declaration hash: sha256:7ea3077b49506e8c3c8169c6eb316e8c4cd0182ce7ff4aa0269808de81fb97bb
public sealed class InspectorHead : VisualElement{}Field: RootClass
Section titled “Field: RootClass”Original lines: 17
Declaration hash: sha256:5db2a84301f6eaf7983d408ec9dfe222aa0acf6690e4c4007c30dd4ee0e937d2
public const string RootClass = "ed-inspector-head";Method: InspectorHead()
Section titled “Method: InspectorHead()”Original lines: 47-92
Declaration hash: sha256:4c928ba6d23fd57dc18058ea96da61c8b4618db1b5447244c9da08580b3be951
public InspectorHead();Property: Eyebrow
Section titled “Property: Eyebrow”Original lines: 95-99
Declaration hash: sha256:1920964c868f7f4f934ad26d72a90254c56f1b3a2a7574fa6ab099224d1892dc
public string Eyebrow { get; set; }Property: Title
Section titled “Property: Title”Original lines: 102
Declaration hash: sha256:7697e68b64d0bb12d6829223af0a6e74c63d5eea71aef715e9c6f4ad273770bb
public RenameableTitle Title { get; }Property: NodeName
Section titled “Property: NodeName”Original lines: 108-112
Declaration hash: sha256:7058c17bcc0dd76eb6c3abbb6582be9fdd982ea638087b69b45157df4c22b765
public string NodeName { get; set; }Property: Meta
Section titled “Property: Meta”Original lines: 118-134
Declaration hash: sha256:8b49752cfe89cf7d3340d5d0fcbd886acb560d9c81770dde580a3c23e40857b5
public string Meta { get; set; }Property: Kind
Section titled “Property: Kind”Original lines: 137
Declaration hash: sha256:b0d272e8426b6188add5a5e4323c4bd4fcff2267b47ceef6fd0c678f1cf07046
public string Kind { get; }Property: Sub
Section titled “Property: Sub”Original lines: 140
Declaration hash: sha256:01fbff4223d57d32d60031d2f1d6e601f1d4ea02a1bea2ac102ff89614dc500f
public string Sub { get; }Method: SetMeta(string kind, string sub)
Section titled “Method: SetMeta(string kind, string sub)”Original lines: 143-150
Declaration hash: sha256:5ff75abb391da21a970ba412f80de9ae2ff7e45df7f5b933aa88cde6fe53f8fe
public void SetMeta(string kind, string sub);Method: SetFamily(string familyModifierClass)
Section titled “Method: SetFamily(string familyModifierClass)”Original lines: 156-173
Declaration hash: sha256:4c1371352ddf17d5eab7cb56d118f470c92f36ba9aa5130906e2c1d43c46d97d
public void SetFamily(string familyModifierClass);Method: SetGlyph(string assetPath)
Section titled “Method: SetGlyph(string assetPath)”Original lines: 176-195
Declaration hash: sha256:78d4267e034a809e3c856a44250e3aa7024516118313c1c7d351f945c0bfe128
public void SetGlyph(string assetPath);