Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ getState
Method
getState
packages/editor-core/src/Plugin/PluginManager.ts:840–842 ·
view source on GitHub ↗
* 获取插件状态 * Get plugin state
(pluginId: string)
Source
from the content-addressed store, hash-verified
838
* Get plugin state
839
*/
840
getState(pluginId: string): PluginState | undefined {
841
return
this.plugins.get(pluginId)?.state;
842
}
843
844
/**
845
* 获取插件
Callers
15
getFileActionHandlers
Method · 0.45
handleCreateTilemapAsset
Method · 0.45
onMouseUp
Method · 0.45
handleMouseMove
Function · 0.45
handleMouseMove
Function · 0.45
TilesetPanel
Function · 0.45
TilemapEditorPanel
Function · 0.45
getFileActionHandlers
Method · 0.45
BuildSettingsPanel
Function · 0.45
EntityRefField
Function · 0.45
useStoreSubscriptions
Function · 0.45
uninstall
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected