Interface IParticleProperties

interface IParticleProperties {
    alpha?: boolean;
    position?: boolean;
    rotation?: boolean;
    scale?: boolean;
    tint?: boolean;
    uvs?: boolean;
    vertices?: boolean;
}

Properties

alpha?: boolean
position?: boolean
rotation?: boolean
scale?: boolean
tint?: boolean
uvs?: boolean
vertices?: boolean

Generated using TypeDoc