Skip to content

@ue-too/ecs / index / SerializedECSState

インターフェイス: SerializedECSState

定義: index.ts:370

Serialized representation of the entire ECS state.

プロパティ

entities

entities: SerializedEntity[]

定義: index.ts:372

Array of all entities with their component data


schemas?

optional schemas: SerializedComponentSchema[]

定義: index.ts:374

Optional: Array of component schemas (if using schema-based components)