pivotick - v0.0.1
    Preparing search index...

    Interface SimulationCallbacks

    interface SimulationCallbacks {
        onInit?: (simulation: Simulation) => void;
        onStart?: (simulation: Simulation) => void;
        onStop?: (simulation: Simulation) => void;
        onTick?: (simulation: Simulation) => void;
    }
    Index

    Properties

    onInit?: (simulation: Simulation) => void

    Called when the simulation initializes

    onStart?: (simulation: Simulation) => void

    Called when the simulation starts

    onStop?: (simulation: Simulation) => void

    Called when the simulation stops

    onTick?: (simulation: Simulation) => void

    Called when the simulation ticks