Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ deserialize
Method
deserialize
packages/editor-core/src/Plugin/EditorModule.ts:206–206 ·
view source on GitHub ↗
反序列化数据 | Deserialize data
(data: Uint8Array)
Source
from the content-addressed store, hash-verified
204
serialize(data: T): Uint8Array;
205
/** 反序列化数据 | Deserialize data */
206
deserialize(data: Uint8Array): T;
207
}
208
209
/**
Callers
15
SceneHierarchy
Function · 0.65
editorSceneLoader
Function · 0.65
Viewport
Function · 0.65
loadPrefab
Function · 0.65
deserialize
Method · 0.65
get
Method · 0.65
getComponentSnapshot
Method · 0.65
deserialize
Method · 0.65
deserialize
Function · 0.65
deserializeSceneData
Method · 0.65
applyComponentAdded
Method · 0.65
applyComponentUpdated
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected