Skip to content

@tripo3d/engine / Engine

Interface: Engine

Defined in: core/types/runtime.ts:196

定义引擎主对象接口。

Properties

PropertyTypeDefined in
addSystem<T>(definition) => Tcore/types/runtime.ts:197
configureView(definition) => voidcore/types/runtime.ts:198
dispose() => voidcore/types/runtime.ts:199
eventsEngineEventBuscore/types/runtime.ts:200
getSystem<T>(definition) => T | undefinedcore/types/runtime.ts:201
hasSystem(definition) => booleancore/types/runtime.ts:202
historyCommandHistorycore/types/runtime.ts:203
idstringcore/types/runtime.ts:204
lifecycleEngineLifecyclecore/types/runtime.ts:205
mount(target) => voidcore/types/runtime.ts:206
pipelineEnginePipelinecore/types/runtime.ts:207
pluginsEnginePlugin[]core/types/runtime.ts:208
pointerEnginePointercore/types/runtime.ts:209
unmount() => voidcore/types/runtime.ts:210
use(plugin) => Enginecore/types/runtime.ts:211
viewEngineViewcore/types/runtime.ts:212
worldEngineWorldcore/types/runtime.ts:213

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