ecspresso
    Preparing search index...

    Interface SteeringPluginOptions<G>

    Configuration options for the steering plugin.

    interface SteeringPluginOptions<G extends string = "steering"> {
        arrivalThreshold?: number;
        phase?: SystemPhase;
        priority?: number;
        systemGroup?: G;
    }

    Type Parameters

    • G extends string = "steering"

    Hierarchy (View Summary)

    Index

    Properties

    arrivalThreshold?: number

    Distance threshold to consider arrival (default: 2)

    phase?: SystemPhase

    Execution phase for the plugin's primary system

    priority?: number

    Priority for the plugin's primary system (default varies per plugin)

    systemGroup?: G

    System group name for all systems registered by this plugin