Function: startServiceRuntime()
function startServiceRuntime(world: IWSDKWorldLike, profileFactory: (adapter: IWSDKAdapter) => ServiceProfile): ServiceRuntime;
Defined in: service-framework-iwsdk/src/bootstrap.ts:21
Parameters
| Parameter | Type | Description |
|---|---|---|
world | IWSDKWorldLike | the IWSDK world (owns the loop / XR session). |
profileFactory | (adapter: IWSDKAdapter) => ServiceProfile | builds the app service graph from the adapter, e.g. (adapter) => createServiceProfile("my-app", [...]). |