adapter | readonly | IWSDKAdapter | The passive frame source fanned out to services. | service-framework-iwsdk/src/service-bridge-system.ts:30 |
createSystem | readonly | CreateSystemLike | IWSDK's createSystem factory (from @iwsdk/core). | service-framework-iwsdk/src/service-bridge-system.ts:36 |
manager | readonly | ServiceManager | The service manager whose focus/pause signals are driven by visibility. | service-framework-iwsdk/src/service-bridge-system.ts:32 |
visibleState | readonly | TVisibility | The VisibilityState value that means the session is visible/focused (IWSDK VisibilityState.Visible). The bridge ticks services only while world.visibilityState.value === visibleState. | service-framework-iwsdk/src/service-bridge-system.ts:42 |
world | readonly | IWSDKWorldLike<TVisibility> | The IWSDK world whose visibilityState is read each frame. | service-framework-iwsdk/src/service-bridge-system.ts:34 |