@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?
optionalschemas:SerializedComponentSchema[]
定義於: index.ts:374
Optional: Array of component schemas (if using schema-based components)