Interface IParticleRendererProperty

interface IParticleRendererProperty {
    attributeName: string;
    offset: number;
    size: number;
    type?: TYPES;
    uploadFunction: (...params: any[]) => any;
}

Properties

attributeName: string
offset: number
size: number
type?: TYPES
uploadFunction: (...params: any[]) => any