clik-engine API
    Preparing search index...

    Type Alias GetCalcMatrixResults

    type GetCalcMatrixResults = {
        calc: TransformMatrix;
        camera: TransformMatrix;
        sprite: TransformMatrix;
    }
    Index

    Properties

    Properties

    The calculated results matrix, factoring all others in.

    The calculated Camera matrix.

    The calculated Sprite (Game Object) matrix.