@tripo3d/engine / EnginePluginComponentContext
Interface: EnginePluginComponentContext<T>
Defined in: core/types/runtime.ts:156
定义组件插件扩展上下文。
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Defined in |
|---|---|---|
definition | ComponentDefinition<T> | core/types/runtime.ts:157 |
engine | Engine | core/types/runtime.ts:158 |
entity | Entity | core/types/runtime.ts:159 |
instance | T | core/types/runtime.ts:160 |
object | Object3D | core/types/runtime.ts:161 |
replace | (next) => void | core/types/runtime.ts:162 |