Scrawl-canvas API
    Preparing search index...

    Interface ForceFactoryInputs

    interface ForceFactoryInputs {
        action: (
            particle: ParticleInstance,
            world: WorldInstance,
            host: CellInstance,
        ) => void;
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: (
        particle: ParticleInstance,
        world: WorldInstance,
        host: CellInstance,
    ) => void
    name?: string