Skip to content

Home > @esengine/ecs-framework-monorepo > SyncVarValue

SyncVarValue type

SyncVar支持的值类型

Signature:

typescript
export type SyncVarValue = string | number | boolean | object | null | undefined;

基于 MIT 许可证发布