gameforge - v0.1.12
    Preparing search index...

    Interface IParticleProperties

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

    Properties

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