we
    Preparing search index...

    Interface I_EntityAttributes

    enity的顶点属性参数

    interface I_EntityAttributes {
        indices?: T_indexAttribute;
        vertexStepMode: GPUVertexStepMode[];
        vertices: { [key: string]: T_vsAttribute };
    }
    Index

    Properties

    vertexStepMode: GPUVertexStepMode[]
    vertices: { [key: string]: T_vsAttribute }