Interface: BaseFrameworkClientRuntimeLike
Defined in: service-framework-client/src/contracts.ts:165
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
environment | readonly | IEnvironmentDescriptor | service-framework-client/src/contracts.ts:166 |
manager | readonly | ServiceManager | service-framework-client/src/contracts.ts:169 |
profile | readonly | ServiceProfile | service-framework-client/src/contracts.ts:167 |
scheduler | readonly | IScheduler | service-framework-client/src/contracts.ts:168 |
Methods
bindRenderLoop()
bindRenderLoop(host: AnimationLoopHostLike): ThreeRenderLoopBridge;
Defined in: service-framework-client/src/contracts.ts:170
Parameters
| Parameter | Type |
|---|---|
host | AnimationLoopHostLike |
Returns
dispose()
dispose(): void;
Defined in: service-framework-client/src/contracts.ts:171
Returns
void