ShapeDrawerParticleInitFunction: ((container, particle) => void)

Type declaration

    • (container, particle): void
    • Shape particle init function

      Parameters

      • container: Container

        the container containing the shape

      • particle: Particle

        the particle using the shape

      Returns void