ecspresso
    Preparing search index...

    Interface TweenPluginOptions<G>

    Common configuration options shared by most plugins. Plugin-specific options interfaces extend this with additional fields.

    interface TweenPluginOptions<G extends string = "tweens"> {
        phase?: SystemPhase;
        priority?: number;
        systemGroup?: G;
    }

    Type Parameters

    • G extends string = "tweens"

    Hierarchy (View Summary)

    Index

    Properties

    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