Type Alias: CreateSystemLike
type CreateSystemLike = (schema?: Record<string, unknown>) => IWSDKSystemConstructor;
Defined in: service-framework-iwsdk/src/iwsdk-host.ts:129
Structural shape of IWSDK's createSystem factory. createSystem(schema)
returns a base system class that the bridge extends; the bridge passes an
empty schema because it queries no ECS components.
Parameters
| Parameter | Type |
|---|---|
schema? | Record<string, unknown> |