Skip to main content

Class: BaseFrameworkClientRuntime

Defined in: service-framework-client/src/runtime.ts:9

Implements

Constructors

Constructor

new BaseFrameworkClientRuntime(options?: BaseFrameworkClientRuntimeOptions): BaseFrameworkClientRuntime;

Defined in: service-framework-client/src/runtime.ts:17

Parameters

ParameterType
optionsBaseFrameworkClientRuntimeOptions

Returns

BaseFrameworkClientRuntime

Properties

PropertyModifierTypeDefined in
environmentreadonlyEnvironmentDescriptorservice-framework-client/src/runtime.ts:11
managerreadonlyServiceManagerservice-framework-client/src/runtime.ts:13
profilereadonlyServiceProfileservice-framework-client/src/runtime.ts:12
schedulerreadonlyISchedulerservice-framework-client/src/runtime.ts:10

Methods

bindRenderLoop()

bindRenderLoop(host: AnimationLoopHostLike): ThreeRenderLoopBridge;

Defined in: service-framework-client/src/runtime.ts:33

Parameters

ParameterType
hostAnimationLoopHostLike

Returns

ThreeRenderLoopBridge

Implementation of

BaseFrameworkClientRuntimeLike.bindRenderLoop


dispose()

dispose(): void;

Defined in: service-framework-client/src/runtime.ts:43

Returns

void

Implementation of

BaseFrameworkClientRuntimeLike.dispose