Skip to main content

Interface: BaseFrameworkClientRuntimeLike

Defined in: service-framework-client/src/contracts.ts:165

Properties

PropertyModifierTypeDefined in
environmentreadonlyIEnvironmentDescriptorservice-framework-client/src/contracts.ts:166
managerreadonlyServiceManagerservice-framework-client/src/contracts.ts:169
profilereadonlyServiceProfileservice-framework-client/src/contracts.ts:167
schedulerreadonlyISchedulerservice-framework-client/src/contracts.ts:168

Methods

bindRenderLoop()

bindRenderLoop(host: AnimationLoopHostLike): ThreeRenderLoopBridge;

Defined in: service-framework-client/src/contracts.ts:170

Parameters

ParameterType
hostAnimationLoopHostLike

Returns

ThreeRenderLoopBridge


dispose()

dispose(): void;

Defined in: service-framework-client/src/contracts.ts:171

Returns

void