Skip to content

@ue-too/ecs / index / SerializedComponentSchema

介面: SerializedComponentSchema

定義於: 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).

屬性

componentName

componentName: string

定義於: index.ts:351


fields

fields: SerializedComponentField[]

定義於: index.ts:352