@tripo3d/engine / createVanillaEngine
Variable: createVanillaEngine
ts
const createVanillaEngine: (options) => Engine = createEngine;Defined in: core/create-engine.ts:210
保留 vanilla 命名风格,便于业务平滑迁移。
创建当前主版本引擎的最小可运行壳。
Parameters
| Parameter | Type |
|---|---|
options | CreateEngineOptions |