MCPcopy 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

SceneHierarchyFunction · 0.65
editorSceneLoaderFunction · 0.65
ViewportFunction · 0.65
loadPrefabFunction · 0.65
deserializeMethod · 0.65
getMethod · 0.65
getComponentSnapshotMethod · 0.65
deserializeMethod · 0.65
deserializeFunction · 0.65
deserializeSceneDataMethod · 0.65
applyComponentAddedMethod · 0.65
applyComponentUpdatedMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected