interface UpdatablePostProcess {
    update(deltaTime: number): void;
}

Hierarchy

  • PostProcess
    • UpdatablePostProcess

Implemented by

Methods

Methods

  • Updates the post process internal clock so that time-dependent effects can be updated.

    Parameters

    • deltaTime: number

      The time in seconds since the last update

    Returns void

MMNEPVFCICPMFPCPTTAAATR