Skip to content

@ue-too/ecs / SerializedComponentSchema

Interface: SerializedComponentSchema

Defined in: index.ts:350

Serialized representation of a component schema for JSON storage. Component names are stored as strings (using Symbol.for keys for global symbols).

Properties

componentName

componentName: string

Defined in: index.ts:351


fields

fields: SerializedComponentField[]

Defined in: index.ts:352