Skip to content

@tripo3d/engine / createVanillaEngine

Variable: createVanillaEngine

ts
const createVanillaEngine: (options) => Engine = createEngine;

Defined in: core/create-engine.ts:210

保留 vanilla 命名风格,便于业务平滑迁移。

创建当前主版本引擎的最小可运行壳。

Parameters

ParameterType
optionsCreateEngineOptions

Returns

Engine

基于 MIT 协议发布(内部使用)