NovaECS - v1.0.11
    Preparing search index...

    Type Alias ComponentSchema

    Component schema defining field types for SAB storage 定义SAB存储字段类型的组件模式

    type ComponentSchema = {
        fields: Record<string, FieldType>;
    }
    Index

    Properties

    Properties

    fields: Record<string, FieldType>