Interface IParticleRendererProperty

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

Properties

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

Type declaration

    • (...params): any
    • Parameters

      • Rest ...params: any[]

      Returns any

Generated using TypeDoc