phaser - v4.0.0-rc.4
    Preparing search index...
    type GetCalcMatrixResults = {
        calc: TransformMatrix;
        camera: TransformMatrix;
        cameraExternal: TransformMatrix;
        sprite: TransformMatrix;
    }
    Index

    Properties

    The calculated results matrix, factoring all others in.

    The calculated Camera view matrix, including scroll modified by scroll factor.

    cameraExternal: TransformMatrix

    The calculated Camera external matrix (where the camera is on the screen).

    The calculated Sprite (Game Object) matrix (world position).