MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Open

Method Open

Source/Editor/Content/Proxy/FontProxy.cs:28–31  ·  view source on GitHub ↗

(Editor editor, ContentItem item)

Source from the content-addressed store, hash-verified

26
27 /// <inheritdoc />
28 public override EditorWindow Open(Editor editor, ContentItem item)
29 {
30 return new FontAssetWindow(editor, (AssetItem)item);
31 }
32
33 /// <inheritdoc />
34 public override Color AccentColor => Color.FromRGB(0x2D74B2);

Callers 15

InitializeMethod · 0.45
OnMouseDoubleClickMethod · 0.45
AddGroupMethod · 0.45
AddGroupsMethod · 0.45
ExpandAllMethod · 0.45
InitializeMethod · 0.45
OnKeyDownMethod · 0.45
OnMouseDoubleClickMethod · 0.45
OnSearchFilterChangedMethod · 0.45
ExpandToItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected