lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
7 lines • 350 B
JavaScript
import { runtimeIncludeKeysMap } from "../../collections/runtimeCollections";
import getStaticProperties from "../../display/utils/getStaticProperties";
export const getIncludeKeys = (manager) => [
...(getStaticProperties(manager).includeKeys ?? []),
...(runtimeIncludeKeysMap.get(manager) ?? [])
];
//# sourceMappingURL=getIncludeKeys.js.map