@tripo3d/engine / EnginePluginSystemContext
Interface: EnginePluginSystemContext<T>
Defined in: core/types/runtime.ts:148
定义系统插件扩展上下文。
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Defined in |
|---|---|---|
definition | SystemDefinition<T> | core/types/runtime.ts:149 |
engine | Engine | core/types/runtime.ts:150 |
instance | T | core/types/runtime.ts:151 |
replace | (next) => void | core/types/runtime.ts:152 |