Engine API Reference - v2.6.1
    Preparing search index...

    Interface AttributeSchema

    interface AttributeSchema {
        array?: boolean;
        type:
            | "string"
            | "number"
            | "boolean"
            | "rgb"
            | "curve"
            | "json"
            | "asset"
            | "vec2"
            | "vec3"
            | "vec4"
            | "rgba"
            | "entity";
    }
    Index

    Properties

    Properties

    array?: boolean

    True if this attribute is an array of type

    type:
        | "string"
        | "number"
        | "boolean"
        | "rgb"
        | "curve"
        | "json"
        | "asset"
        | "vec2"
        | "vec3"
        | "vec4"
        | "rgba"
        | "entity"

    The Attribute type