Strata - v1.4.10
    Preparing search index...

    Interface ParticleSystem

    interface ParticleSystem {
        dispose: () => void;
        group: Group;
        update: (deltaTime: number) => void;
    }
    Index

    Properties

    Properties

    dispose: () => void
    group: Group
    update: (deltaTime: number) => void