babylon.quarks - v0.19.0
    Preparing search index...

    Interface FusionStep

    One step of a plan: either a compiled run of behaviors, or a single behavior.

    interface FusionStep {
        behaviors: Behavior[];
        run?: FusedPass;
    }
    Index

    Properties

    Properties

    behaviors: Behavior[]

    Behaviors this step covers, in order.

    run?: FusedPass

    Compiled pass, or undefined when the behavior runs its own update.